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

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

div#contactForm h2{
	border:none;
	font-size:15px;
	line-height:18px;
	text-align:left;
	padding-left:5px;
}

div#contactForm form{
	font-size:11px;
}

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

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

div.form_textfield{
	float:left;
	width:155px;
	padding:5px;
}

div#contactForm div.form_textfield{
	padding-bottom:0px;
}

div.form_textarea{
	float:left;
	width:310px;
	padding:5px;
}


div.form_textfield label{
	float:left;
	display:block;
	width:100%;
	text-align:left;
}

div.form_textarea label{
	float:left;
	display:block;
	text-align:left;
}

div.form_textfield input{
	font-size:11px;
	font-family:Arial;
	width:90%;
	float:left;
}

#contact_form input{
	font-size:11px;
	font-family:Arial;
	width:90%;
	float:left;
	height:16px;
}

div#contactForm #comment{
	height:90px;
	width:304px;
	float:left;
}

label {
	cursor: pointer;
	display: block;
	font-size:11px;
}

div#contactForm div.contact_btn{
	float:left;
	width:310px;
	padding:5px;
}

#contact_form_submit{
	border:none;
	background-color:#6D6D6D;
	line-height:20px;
	height:20px;
	width:90px;
	text-align:center;
	padding-bottom:2px;
	color:#FFFFFF;
}

#contact_form_submit:hover{
	background-color:#4D4D4D;
	cursor:pointer;
}

input { 
	width: 39%; 
}

textarea {
	height: 20em; 
	width: 64%;
}

input, button, select { 
	font-size:12px;
	font-family:Arial;
	border:1px solid #6D6D6D;
	background-color:#6D6D6D;
	color:#FFFFFF;
	line-height:18px;
	height:18px;
}

textarea{
	font-size:12px;
	font-family:Arial;
	border:1px solid #6D6D6D;
	background-color:#6D6D6D;
	color:#FFFFFF;
	line-height:18px;
	height:30px;
	margin-bottom:10px;
}

input:focus, textarea:focus, button:hover, select:hover, select:focus {
	background-color:#4D4D4D;
}

.error { 
	border:1px solid #FF0000;
}

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

#contactFormSuccess{
	display:none;
	width:48%;
	line-height:18px;
	margin-top:20px;
	font-weight:bold;
	float:left;
}
/********************************** Newsletter Form ***************************************/
#newsletter_container{
	height:61px;
	width:194px;
	overflow:hidden;
	float:left;
}

#newsletter_form, #newsletterFormSuccess {
	height:61px;
	width:164px;
	padding:0 15px;
}

#newsletter_form div.form_textfield{
	float: left;
	line-height: 14px;
	width: 120px;
	margin-top:5px;
}

#newsletter_form div.form_textfield input{
	width:116px;
}

div.newsletter_btn{
	float: left;
	line-height:22px;
	font-size:10px;
	height:22px;
	margin-top:29px;
}

#newsletter_form_submit{
	height:20px;
	padding-bottom:2px;
}

#newsletter_form label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 14px;
	text-align: left;
	font-size:11px;
	width: 100%;
	margin-bottom:5px;
}

#newsletter_form .error { 
	border:1px solid #FF0000;
}

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