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

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

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

div.form_textfield, div.form_textarea, div.contact_btn, p.alert{
	float: right;
	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%;
	font-size:12px;
}

input { 
	width: 39%; 
}

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

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

input{
	height:15px;
}

button{
	background-color:#666;
	color:#fff;
	font-size:12px;
	width:76px;
	height:25px;
	border:none;
	}
	

.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 ***************************************/

.row1 .column2 h2{width:100%;float:right;text-align:right;height:22px;line-height:22px;font-weight:bold;}


#newsletter_container{
	background:url(../images/dot.png) repeat left top;
float:right;
width:185px;
padding: 15px 44px 15px 10px;
margin:1px 0;
}

#newsletter_form {

}

#emailToAdd{width:100%;}

#newsletter_form div.form_textfield{
	float: left;
	line-height: 18px;
	width: 130px;
}

div.newsletter_btn{
	float: left;
	font-size:10px;
	margin-left:26px;
}

#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: 30px;;
	text-align:center;
}

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

button#newsletter_form_submit_btn{
	background-color:#666666;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
	height:18px;
	line-height:18px;
	padding:0;
	width:25px;
}

#newsletter_form_submit .form_textfield{
		width:126px;
}
