@charset "utf-8";
/* CSS Document */

#leftSide {
	float: left;
	width: 436px;
	margin-left: -2px;
	margin-right: 8px;
}
#contactGraphic {
	float: left;
}
#contactLabel {
	background-image: url("images/contact-label.jpg");
}
#formLabel {
	background-image: url("images/form-label.jpg");
}
#hostingAboutLabel {
	background-image: url("images/hosting-about-label.jpg");
}
#hostingFormLabel {
	background-image: url("images/hosting-form-label.jpg");
}
#errorLabel {
	background-image: url("images/error-label.png");
}
#successLabel {
	background-image: url("images/success-label.png");
}
#hostingTOSLabel {
	background-image: url("images/hosting-tos-label.png");
}
.contactBox {
	background-image: url("images/contact-box-middle.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	width: 436px;
	text-align: justify;
	margin-top: 5px;
}
.hostingAboutBox {
	background-image: url("images/hosting-about-box-middle.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	width: 306px;
	text-align: justify;
	margin-top: 5px;
}
.contactLabel {
	background-position: top left;
	background-repeat: no-repeat;
	width: 436px;
	height: 30px;
}
.hostingLabel {
	background-position: top left;
	background-repeat: no-repeat;
	width: 306px;
	height: 30px;
}
.contactBoxBottom {
	background-image: url("images/contact-box-bottom.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 436px;
	height: 11px;
	margin-top: -11px;
}
.hostingAboutBoxBottom {
	background-image: url("images/hosting-about-box-bottom.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 306px;
	height: 11px;
	margin-top: -11px;
}
.errorBox {
	float: left;
	width: 436px;
	text-align: justify;
	margin-top: 5px;
}
.errorLabel {
	width: 436px;
	height: 30px;
}
.errorBoxBottom {
	background-image: url("images/error-bottom.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 436px;
	height: 11px;
}
.errorBoxDiv {
	background-image: url("images/error-middle.png");
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 10px; 
	padding-right: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
.topBox {
	margin-bottom: 5px;
	margin-top: -1px;
}
.contactBoxDiv {
	padding-left: 10px; 
	padding-right: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#hostingAboutBoxDiv p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.textLabels {
	width: 44%;
	float: left;
	text-align: right;
	font-weight: bold;
}
.textInfo {
	width: 54%;
	float: right;
	text-align: left;
	font-weight: bold;
}
.textLabels p, .textInfo p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.formLabels {
	width: 24%;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 24px;
}
.buffer {
	height: 10px;
}
.formInfo {
	width: 74%;
	float: right;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}
.address {
	text-align: center;
	font-weight: bold;
}
.formtext {
	width: 280px;
	border: 1px solid black;
	background-color: #000000;
	color: white;
	margin-top: 2px;
}
.textArea {
	height: 80px;
	margin-top: 2px;
	overflow: auto;
}
.alertbox {
	position: absolute;
	z-index: 250;
	width: 436px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -219px;
}
.alertbox p {
	font-size: 12px;
	margin-top: 30px;
	text-align: center;
}
.alertbox a, .alertbox a:visited, .alertbox a:active, .alertbox a:hover {
	color: #cc0000;
}
#bottomBuffer {
	clear: both;
	line-height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Submit {
	margin-top: 15px;
	margin-right: 25px;
}
#black_background {
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: black;	
	z-index: 150;	
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
}
