#contact_form {
	width: 617px;
	height: 178px;
	background: url(/Images/form/bg.gif) repeat-y;
}

#textfields {
	margin: 14px 0 25px 15px;
	/*position: fixed;*/
	height: 3px;
}

#form_textfield {
	width: 260px;
	border: 1px solid #aac4d8;
	margin-bottom: 8px;
	padding: 2px;
}

#textfield_text {
	float: left;
	width: 90px;
	height: 25px;
	background-color: #799CB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0;
	text-indent: 3px;
	margin-top: 1px;
}

#textfield_text span {
	/*position: fixed;*/
	margin-top: 4px;
}


#textfield {
	width: 170px;
	white-space: nowrap;
	height: 27px;
}

#textfield input {
	background-color: #E6EBF0;
	border: none;
	width: 170px;
	height: 23px;
	color: #516982;
	font-size: 11px;
	text-indent: 3px;
}

#textarea {
	margin: 14px 14px 9px 15px;
	float: right;
	/*left: 310px;*/
	width: 292px;
	top: 23px;
	border: 1px solid #BDCEDE;
	padding: 2px 2px 2px 2px;
}

#textarea textarea {
	background-color: #E6EBF0;
	border: none;
	overflow: hidden;
	width: 283px;
	height: 97px;
	color: #516982;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
}

#form_submit {
	margin: 0px 14px 0px 15px;
	float: right;
	left: 209px;
	top: 150px;
}

#alert_text {
	margin: 0px 0px 0px 20px;
	float: left;
	left: 325px;
	top: 153px;
}

#alert_text a, alert_text a:link, alert_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7d0e5;
	text-decoration: none;
	font-weight: bold;
}

#thanks {
	/*position: fixed;*/
	left: 302px;
	top: 153px;
}

#thanks {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #3D5267;
	font-weight: bold;
	text-decoration: none;
}

#error { 
	background-color: red;
}
.text_button {
   border: none;
   font-weight: bold;
   background-color: transparent;
   padding: 0;
   color: #3D5267;
}