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

div#contactForm {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 480px;
	float:left;
}

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

div.form_textfield, div.form_textarea, div.contact_btn, p.alert{
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 25%;
}

input { 
	width: 39%; 
}

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

input, textarea, button { font: 1em Georgia, "Times New Roman", Times, serif; }

.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{
	width:212px;
	margin-top:-30px;
}

#newsletter_form {
color:#333333;
display:block;
margin:5px 20px;
}

#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;
	font-size:1.2em;
	line-height:14px;
	padding:10px 0;
	text-align:left;
	width:100%;
	color:#915401;
}

#newsletter_form input { 
	border:1px solid #FF9900;
	height:20px;
	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;
	font-size:1.2em;
	margin-bottom:20px;
}


button#newsletter_form_submit{
	background-color: #915401;
	border:1px solid #ff9900;
	font-size: 1.1em;
	height:20px;
	line-height:20px;
	font-family: Arial, Helvetica;
	color: #ffffff;
		
}

#newsletterFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
	font-weight:bold;color:#5e5b54;font-size:1.3em;
}