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

div#contactForm {
	font-size: 11px;
	margin: 0 auto;
	width: 100%;
	float:left;
}

.alert, .error { 
	color: #FF0000; 
	text-align:right;
}

div.form_textfield, div.form_textarea, div.contact_btn, p.alert{
	float: left;
	font:11px arial;
	width: 100%;
	margin-top:6px;
}

label {
	cursor:pointer;
	display:block;
	float:left;
	line-height:18px;
	padding:0;
	text-align:left;
	width:30%;
	color:#666;
	font-size:11px;
}

input { 
	width: 39%; 
}



textarea {
	height: 70px; 
	width: 99%;
}

button{
	font:11px arial;
	height:22px;
	border:none;
	padding:0;
	float:left;
	color:#FFF;
	background:url(../images/buttonBg.jpg) 0 0 repeat-x;
	width:90px;
	float:right;
	margin-right:30px;
}

button:hover{
	cursor:pointer;
	color:#666;
}

input, select, textarea{
	font:11px arial;
	border:1px solid #CCC;
	line-height:16px;
	color:#CCC;
}

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

div.contact_btn {
	width: 100%;
	text-align:center;
}

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

}

#newsletter_form {

}

#newsletter_form div.form_textfield{
	float: left;
	line-height: 14px;
	width: 100%;
}

div.newsletter_btn{
	float: left;
	line-height: 14px;
	width: 50px;
	font-size:10px;
}

#newsletter_form label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 14px;
	padding-right: 10px;
	text-align: left;
	width: 100%;
}

#newsletter_form input { 
	width: 100%; 
}

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

div.newsletter_btn {
	width: 100%;
	text-align:center;
}

#newsletterFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
	font-weight:bold;
}
