﻿.spacer{clear:both; height:1px;}


/* ———– customForm ———– */
#container{
	background: #fff;
	line-height:12px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	
	cursor:default;
	
	width:800px;
	padding:14px;
}

#container h1{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #851420;
	color: #851420;
	margin-bottom: 1em;
}
/******* /CONTAINER *******/
/******* FORM *******/
.customForm p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.customForm label{
	display:block;
	color: #797979;
	font-weight: 700;
	line-height: 1.2em;
	
	text-align:right;
	width:140px;
	float:left;
	padding-right: 10px;
}


.customForm span{
	
	display:block;
	
	font-weight:normal;
	text-align:right;
	width:140px;
	
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}

.customForm label span
{
	color: #FF0000;
}




.customForm input
{
	float:left;
	width: 220px;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}


.customForm textarea 
{
	float:left;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm input.onecolumn
{
	float:left;
	width: 603px;
	padding: 5px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm select{
	float:left;
	width: 232px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm select.onecolumn{
	float:left;
	width: 615px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

.customForm .cbxlabel{
		display:block;
		font-weight:bold;
		font-style: italic; 
		text-align:left;
		width:510px;
		float:left;
		line-height: 1em;
		padding-top: 6px; 
	}
	
	.customForm .receiveNewsletter{
		float:left;
		width:25px;
		margin:0px 0 15px 140px;
		border:none;
		
	}
	
	.customForm .ckblabel{
		display:block;
		font-weight:bold;
		font-style: italic; 
		text-align:left;
		width:100px;
		float:left;
		line-height: 1em;
		padding-top: 6px; 
	}
	
	.customForm .ckb{
		float:left;
		width:25px;
		margin:0px 0 15px 140px;
		border:none;
		
	}

.customForm div{
	margin-bottom: 15px;
}

.customForm input.error{
	background: #f8dbdb;
	background: #FFFFFF;
	border-color: #e77776;
}

.customForm span.error{
	color: #e77776;
}

.customForm span.error{
	color: #e77776;
}

.customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send:hover{
	background: #79a7f1;
}

.customForm .btnForms
	{
		text-align : left;
		margin-right: 90px; 
	} 

#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;
}