/********************************** Contact Form ***************************************/


/*
div#contactForm {

	font-size: 1.2em;

	margin: 0 auto;

	padding: 10px;

	width: 480px;

	float:left;

}



.alert, .error { 
	color: #FF0000; 
	font-size: 12px;
}



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%;
	font-size:12px;
}



input { 

	width: 39%; 

}



textarea {

	height: 20em; 

	width: 64%;

}



input, textarea, button { font: 12px arial; }



.error { 
	display: block;
	margin: 0.25em 0 0 11%;
	float:left;
	border:1px solid #FF0000;
	font-size:12px;
}



div.contact_btn {

	width: 100%;

	text-align:center;

}



#contactFormSuccess{

	display:none;

	width:100%;

	line-height:18px;

	margin-top:20px;

	font-weight:bold;

}
*/

*:focus {outline: none;}

#contact_information_div {
	float: left;
	width: 50%;
}
#contactFormSuccess {
	display: none;
	line-height: 18px;
	width: 100%;
}
#contactForm .alert {
	float: left;
	margin-bottom: 14px;
	text-align: right;
}

#contactForm label:hover {
	cursor:pointer;	
}

#contactForm {
	float:left;
	width:100%;
	font-size:12px;
}

#contact_form {
	float:left;
	width:100%;	
}
#contactForm .form_textfield {
	float:left;
	width:50%;
	margin:0 0 10px 0;	
}
#contactForm .form_textfield label {
	float:left;
	width:auto;
	text-align:left;
	padding: 0 0 0 10px;
}
#contactForm .form_textfield input {
	border:none;
	clear:both;
	float:left;
	width: 180px;
	height:29px;
	line-height:29px;
	padding:0 3px;
	background: url(../images/forminputBG.png) 0 0 no-repeat;
}
#contactForm .form_textfield input.error {
	border:none;
	background: url(../images/forminputBG.png) 0 -58px no-repeat;
}

#contactForm .form_textfield input.error:hover, #contactForm .form_textfield input.error:focus {
	background: url(../images/forminputBG.png) 0 -58px no-repeat;
	border:none;
}

#contactForm .form_textarea label {
	float:left;
	padding: 0 0 0 10px;
}
#contactForm .form_textarea textarea {
	border:none;
	width:220px;
	height:99px;
	overflow:auto;
	padding:0 4px;
	float:left;
	background: url(../images/formtextareaBG.png) 0 0 no-repeat;
	clear:both;
	resize:none;	
}

#contactForm .form_textarea textarea.error {
	border:none;
	background: url(../images/formtextareaBG.png) 0 -198px no-repeat;
}
#contactForm .form_textarea textarea.error:hover, #contactForm .form_textarea textarea.error:focus {
	background: url(../images/formtextareaBG.png) 0 -198px no-repeat;
	border:none;
}

#contactForm .form_textfield input:hover, #contactForm .form_textfield input:focus {
	background: url(../images/forminputBG.png) 0 -29px no-repeat;
	border:none;
}
#contactForm .form_textarea textarea:hover, #contactForm .form_textarea textarea:focus {
	background: url(../images/formtextareaBG.png) 0 -99px no-repeat;
	border:none;
}
#contactForm .contact_btn {
	padding:0;
	height:27px;
	line-height:27px;
	width:auto;
	font-size:12px;
	color:#fff;
	cursor:pointer;
	float:left;
	margin:20px 27px 20px 0;
	clear:both;
	border:none;
}

#contactForm .contact_btn #contact_form_submit {
	border:none;
	background-color:none;
	display:block;
	float:left;
	background: url(../images/formbuttonBG.png) 0 0 no-repeat;
	height:27px;
	line-height:27px;
	width:64px;
	font-size:10px;
	color:#000;
	cursor:pointer;
	margin:0;
	padding:0;
		
}
#contactForm .contact_btn #contact_form_submit:hover {
	color:#CDCDCD;	
}
.clr {
	margin:0;
	padding:0;
	height:0;
	clear:both;
}


/********************************** Newsletter Form ***************************************/

#newsletter_container{
	width:164px;
	height:54px;
	overflow:hidden;
}



#newsletter_form_submit {}



#newsletter_form_submit div.form_textfield{
	float: left;
	line-height: 14px;
	width: 130px;
}



div.newsletter_btn{
	float: left;
	width:19px;
	height:18px;
}



#newsletter_container div.title {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 14px;
	text-align: left;
	width:100%;
	font-family:Tahoma;
	font-size:14px;
	color:#071943;
	font-weight:bold;
	margin-bottom:10px;
}



#newsletter_form_submit label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 5px;
	text-align: left;
	width:35px;
	font-size:11px;
}



#newsletter_form_submit input { 
	width: 85px;
	height:20px;
	border:1px solid #071943;
}



input#newsletter_form_submit_btn { 
	width:19px;
	height:18px;
	padding:0;
	border:0;
	display:block;
	padding-top:2px;
}



#newsletter_form_submit .error { 

	/*display: block;

	margin: 0.25em 0 0 11%;

	float:left;*/

	border:1px solid #FF0000;

}



#newsletterFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
	font-weight:bold;
}
