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

div#contactForm {
	font-size: 12px;
	width: 100%;
	float:left;
}

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

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

label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 20px;
	padding-right:10px;
	text-align: left;
	width: 90px;
}

input { 
	width: 160px; 
	border:1px solid #6F614D;
}

textarea {
	height: 90px; 
	width: 220px;
	border:1px solid #6F614D;
}

input, textarea, button {
	font-family: arial;
}

.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 button{
	background-color:#564B3D;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0;
	text-align:center;
	width:90px;
}

div.contact_btn button:hover{
	cursor:pointer;
	background-color:#393228;
	color:#999999;	
}

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

}

#newsletter_form div.form_textfield{
	float: left;
	line-height: 14px;
	width: 126px;
	margin-right:15px;
}

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

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

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

div.newsletter_btn {
	text-align:center;
}

div.newsletter_btn button{
	width:49px;
	height:21px;
	background-image:url(../images/newsletter_btn.jpg);	
	border:none;
}

div.newsletter_btn button:hover{
	cursor:pointer;
}

#newsletter_form div.form_textfield input{
	background-color:#C2B8A7;
	width:126px;
	border:1px solid #D8D5C5;
	height:18px;
	line-height:18px;
	font-family:arial;
	font-size:11px;
	float:left;
}

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