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

div#contactForm {
	font-size: 12px;
	margin: 0 auto;
	padding:10px 20px;
	float:left;
}

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

div#contactForm div.form_textfield, div#contactForm div.form_textarea, 
div#contactForm div.contact_btn, p.alert{
	float: none;
	width: 400px;
        margin-bottom:5px;
}

div#contactForm label {
	cursor: pointer;
	display: block;
	float: none;
        width:100%;
	padding-right: 5px;
	text-align: left;
}

div#contactForm input { 
       width: 50%; 
       border:1px solid #56341B;
}

div#contactForm textarea {
       height: 7em; 
       width: 60%;
       border:1px solid #56341B;
}

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

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

div.contact_btn #contact_form_submit{
        border:1px solid #C93300;
	color: #ffffff;
	font-size:11px;
	background: url(../images/button.jpg) repeat-x top left; 
       cursor: pointer;
}

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

#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;
}*/
