#contact_form {
	width:435px;
	
	height:250px;
	margin:0 auto;
	background: transparent;
}
form fieldset { 
	width:435px;
	position:relative;
	border:0;
	display:block; 
}
form fieldset legend {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	color:#3D7169;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	background:white;
}
label {
	
	float:left;
	width:10em; 
	margin:.2em .2em 0 0;
	padding:8px 0px;
}
label.error {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px;
	padding-left:25px;
	background: transparent url(/images/cancel.png) no-repeat scroll left;
}
input.text-input {
	margin:4px;
	padding:2px 0;
	color:#333;
}
label#name_label {
	position:absolute;
	top:0;
	left:0;
}
input#name {
	position:absolute;
	top:25px;
	left:-3px;
}
label#name_error {
	position:absolute;
	top:0px;
	left:70px;
}
label#email_label {
	position:absolute;
	top:50px;
	left:0px;
}
input#email {
	position:absolute;
	top:75px;
	left:-3px;
}
label#email_error {
	position:absolute;
	top:50px;
	left:10px;
}
label#phone_label {
	position:absolute;
	top:100px;
	left:0px;
}
input#phone {
	position:absolute;
	top:125px;
	left:-3px;
	height: 80px;
}
label#phone_error {
	position:absolute;
	top:100px;
	left:15px;
}
input{
border:1px solid #C4C4C4;
}
input.button {
	position:absolute;
	top:205px;
	left:0px;
	width:45px;
	height:25px;
	padding:3px 6px;
	border:1px solid #fff;
	margin:20px 0px 0px 0px;
	background-color: #8dd4df;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
input.button:hover { 
	color:#8dd4df;
	background-color:white;
	border:1px solid #8dd4df;
	
}
#message {
	width:180px;
	margin:10px 0 0 10px;
	text-align:left;
}
.checkmark {
margin-bottom:-3px;
}
