body {
	margin: 0px;
	text-align: center;
}
* html .formTable .textBox {
	margin-bottom: 3px;
	mar\gin-bottom: 3px;
	height: 17px;
	hei\ght: 16px;
}
.container {
	background: url(images/img-background.jpg) no-repeat 0px 0px;
	height: 497px;
	width: 766px;
	border-top: 20px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
.content {
	margin-top: 334px;
	margin-left: 200px;
}
.content p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
}
.content p a {
	color: #000000;
	text-decoration: none;
}
.content p a:hover {
	text-decoration: underline;
}

.content a.contactImage {
	border-style: none;
	height: 31px;
	display: block;
	margin-bottom: 9px;
}
.formTable {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}
.formTable td {
	padding: 0px;
	border-style: none;
}
.formTable th {
	padding: 2px 0px 0px;
	border-style: none;
	text-align: left;
	vertical-align: top;
}
.formTable .textBox {
	background: url(images/img-textBox-bg.gif) no-repeat left bottom;
	width: 250px;
	padding-left: 4px;
	border-style: none;
	color: #666666;
	margin-left: 25px;
	margin-bottom: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	height: 16px;
}
.formTable .textArea {
	background: url(images/img-textBox-bg.gif) no-repeat left bottom;
	width: 250px;
	padding-left: 4px;
	border-style: none;
	color: #666666;
	margin-left: 25px;
	margin-top: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}
.formTable .goButton {
	margin-top: 5px;
	margin-left: 25px;
}
.contactPopup {
	display: none;
	position: absolute;
	left: 171px;
	top: 180px;
	background: #FFFFFF;
	border: 2px solid #C5C4C4;
	padding: 10px;
	width: 400px;
}
.contactPopup h1 {
	font: 23px/23px Arial, Helvetica, sans-serif;
	color: #F5AF2B;
	margin: 0px 0px 7px;
}
.contactPopup a.close {
	float: right;
	margin-top: -15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #C5C4C4;
	text-decoration: none;
}
