@charset "utf-8";
#telNoContainer{
	text-align: center;
	margin: 0px 90px 0px 0px;
}

#emailFormContainer {
	width: 770px;
}
#emailFieldsContainer {
	float: left;
}
#emailMessageContainer {
	float: right;
}


.fieldContainer{
	padding: 2px;
}

#emailForm {
	font-size: 12px;
	width: 23em;
}

#emailForm label{
	float: left;
	display: block;
	width: 8em;
	color: #648c2d;
	padding-right: 5px;
	text-align: right;
}

#emailForm input{
	float: left;
	width: 12em;
	border: none;
	background: #666666;
	color: #000000;
	border: 1px solid #648c2d;
}

#emailForm br{
	clear: both;
}

.emailWarning {
	font-size: 10px;
	color: #FF0000;
	text-align: right;
	visibility: hidden;
	padding-right: 20px;
}

.captchaContainer {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

.captchaNote {
	text-align: right;
	font-size: 10px;
	color: #648c2d;
	padding-right: 10px;
}

.captchaNote span{
	color: #116ea4;
	font-weight: bold;
}

#emailMessageContainer span{
	color: #648c2d;
	font-size: 12px;
}

#emailMessageContainer textarea {
	width: 35em;
	height: 12em;
	border: 1px solid #648c2d;
	background: #666666;
	color: #000000;
}

#bottomImages{
	position: relative;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#sendButton{
	cursor: pointer;
}

#emailStatus {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:65px;
	left:262px;
	width:386px;
	height:216px;
	background:url(images/contact/email_status_back.gif) no-repeat;
}
#emailStatus h1{
	margin-left:40px;
	margin-top:30px;
	font-weight: bold;
	color: #116ea4;
	font-size: 16px;
}
#emailStatus p{
	margin-left:40px;
	margin-right:40px;
	font-weight: normal;
	color: #b6b6b6;
	font-size: 12px;
	text-align:center;
}
#emailStatus p a{
	font-size: 16px;
}