@charset "UTF-8";


/* ----- CSS ----- */


/* ----- FORMS ----- */

/* Form */
/* form elements */
.contactForm p{display:block;clear:both; padding-bottom:0}

.contactForm label{
	width:140px;
	display:block;
	font:300 13px/22px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-align:right;
	padding-right:15px;
	vertical-align:top;
	color:#818181
}
.contactForm input{
	font-family:verdana;
	font-size:11px;
	border:1px solid #fff;
	/*border-right:1px solid #bdbdbd;*/
	border-bottom:1px dashed #999 ;
	width:300px;
	padding:5px 4px;
	background-color:#fff;
	color:#999999;
	
}


.contactForm input:focus, .contactForm textarea:focus{

	background-color:#fff;
}
.contactForm textarea{
background-color:#fff;
border-color:#FFF #fff #999 #fff;
border-style:dashed;
border-width:1px;
font-family:verdana;
font-size:11px;
padding:5px 4px;
width:300px;
color:#999999;
}

.contactForm uploadfile{
background-color:#fff;
border-color:#FFF #fff #999 #fff;
border-style:dashed;
border-width:1px;
font-family:verdana;
font-size:11px;
padding:5px 4px;
width:300px;
color:#999999;
}

.clearform{	background: url(/images/layout/form-divider.gif) no-repeat center top;height:2px; padding:0; margin:0 auto 20px; width:200px;}
.contactForm select{
background-color:#fff;
border-color:#FFF #fff #999 #fff;
border-style:dashed;
border-width:1px;
font-family:verdana;
font-size:11px;
padding:5px 4px;
width:300px;
color:#999999;
}

.contactForm input.error,.contactForm textarea.error,.contactForm select.error{border-left-color:#9D0606}
.contactForm input.cnt_middle{width:236px;}
.contactForm input.cnt_short{
	width:50px
}
.contactForm label.box-radio{}
.contactForm .form-special{display:block;}
.contactForm .form-special input{display:inline; width:auto; border:none; background-color:transparent}
.contactForm .form-special label{display:inline; width:auto; float:none}
.contactForm small {font:9px Arial, sans-serif}
.contactForm .captcha{display:none}
p.newschecker {padding-bottom:16px;}

p.newschecker label input {margin:0; width:15px; background-color:#fff; border:none; display:inline; float:left}
p.newschecker label {margin:0;font-size:12px; width:300px; text-align:left;}
#newsletter{line-height:21px}
#privacy{font:9px/14px Arial, sans-serif;color:#747474;}
.marginleft{
	margin-left:150px;
}
.contactForm .Next {
	height:35px;
	float:left;
	background:#619021;
	font:13px/35px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	margin-left: 320px !important;
	margin-left: 160px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.contactForm .Next a {
	color:#FFFFFF;
	}
#send-button{
width: auto !important;
width:172px;
height: auto !important;
height:36px;
margin-left: 152px;
border:none;
background-color: transparent
}
#commentform{
padding-bottom:50px
}
