@CHARSET "UTF-8";
/******* FORM *******/
#customForm{
	/*padding: 0 10px 10px;*/
}
#customForm label{
	display: block;
	color: white;
	font-weight: 700;
	line-height: 1.4em;
}

.success {
border: 1px solid #728820;
background: #D5FFCE;
padding: .5em;
}
.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#customForm label{
color: black;
}
#customForm input{
	width: 220px;
padding: 6px;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #CECECE;
}
#contact_success {
background: #DBFFE5;
color: #24C550;
border: 1px solid #42B562;
padding: 5px;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 460px;
	height: 80px;
	padding: 3px;
	color: black;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
	resize:none;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 5px;
}
#customForm div span{
	margin-left: 10px;
	color: #a9a9a9;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #F00;
}
#customForm #message{
	width:26em;
}
#customForm .captcha_img img {
	margin-left:.5em;	
}
#customForm .more {
	color:white;
	font-weight: bold;
	background: #39659A;
	text-align:center;
	font-size:11px;
	width:10em;
	height:2.5em;
	cursor:pointer;
	border:none;
}
#customForm .more:hover {
	color:white;
	font-weight: bold;
	background: #4B87D0;
	text-align:center;
	font-size:11px;
	width:10em;
	height:2.5em;
	cursor:pointer;
	border:none;
}
#customForm .more:hover {
	text-decoration:underline;
}



/*#customForm .button {
	width:9em;
	margin-top:.5em;
	cursor:pointer;
}
#contactdetails{float:left;padding-left:14px;}
#contactdetails table{font-size:12px;width:100%;} 
.button {
	width:9em;
	margin-top:.5em;
	cursor:pointer;
	width: 130px;
	padding: 4px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}

.button:hover {
	background:#00a4b0;
	color:#fff;
}

#customForm .button:hover {
	background:#00a4b0;
	color:#fff;
}
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}*/
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/
/******* FORM 
#whitebg{padding:30px;}
#email1{padding: 0 10px 10px;}
#black_head{color:black!important;}

#email1 label{display: block;color: #333;font-size:12px;line-height: 1.4em;font-family:Arial, Helvetica, sans-serif;}
#email1 input{width: 150px;padding: 6px;font-family: Arial,  Verdana, Helvetica, sans-serif;font-size: 11px;border: 1px solid #cecece;}
#email1 input.error{background: #f8dbdb;border-color: #e77776;}
#email1 textarea{width: 472px;height: 80px;padding: 6px;color: #000;font-family: Arial,  Verdana, Helvetica, sans-serif;font-style: italic;font-size: 12px;border: 1px solid #cecece;resize:none;}
#email1 textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#email1 div{
	margin-bottom: 5px;
}
#email1 div span{
	margin-left: 10px;
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
}
#email1 div span.error{
	color: #F00;
}
/*#email1 #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#email1 #send:hover{
	background: #79a7f1;
}*/
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

.success {
border: 1px solid #728820;
background: #D5FFCE;
padding: .5em;
}
.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.marginbottom {
margin-bottom: 1em;
}