/********************************** Contact Form ***************************************/

div#contactForm {
	font-size: 12px;
	margin: 0 auto 51px;
	padding: 10px;
	width: 100%;
	float:left;
        position:relative;
}

.alert, .error { 
	color: #FF0000; 
}

div.form_textfield, div.form_textarea, div.contact_btn, p.alert{
	float: left;
	line-height: 16px;
	margin-bottom: 5px;
	width: 100%;
}

div.form_textarea{
	width:70%;
	height:110px;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 16px;
	padding-right: 1%;
	text-align: left;
	width: 23%;
}

input { 
	width: 40%; 
	border:1px solid #CCC;
}

textarea {
	margin:10px 0;
	height: 45px; 
	width: 388px;
}

input, textarea, button { font: 12px Arial; }

.error { 
	/*display: block;
	margin: 0.25em 0 0 11%;
	float:left;*/
	border:1px solid #FF0000;
}

#contactForm .contact_btn {
	width: 30%;
	text-align:left;
        float:left;
        position:absolute;
        top:200px;
        left:311px;
}

#contactForm .contact_btn button{
	width:90px;
	height:24px;
	border:1px solid #CCCCCC;
	background-color:#FFF;
	font-size:13px;
	line-height:24px;
	cursor:pointer;
}

#contactForm .contact_btn button:hover{
        color:#5B8BAF;
}

#contactFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
	margin-top:20px;
	font-weight:bold;
}

