.customForm {
	padding: 0px;
        width:52%;
        float:left;
margin-top:15px;
}
.customForm label{
	display: block;
	/*color: #797979;
	font-weight: 700;*/
	line-height: 1.4em;
	font-size: 13px;
}
#contactForm label{
        float:left;
        width:101px;
        margin-left:10px;
        margin-right:20px;
        text-align:right;
}
.customForm input{
	width: 220px;
	padding: 6px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	background-color:#EBEBEB;
}
#contactForm input{
       width:300px;
       height:13px;
       padding:3px;
}

#contactForm .errorInfo{
margin-left:120px;
}
.errorInfoHeight{
height:30px !important;
margin:20px  !important;
padding:20px  !important;
}

.errorInfoMsg{
height:20px;
display:none;
}

#contactForm #send{
       width:auto;
       height:auto;
       /*padding:6px;*/
	   background-color: #FFFFFF;
}
.customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
.customForm textarea{
	width: 548px;
	height: 80px;
	padding: 6px;
	/*color: #adaeae;*/
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 0 solid #A7CFDF;
}
#contactForm textarea{
       width: 297px;
       background-color:#EBEBEB;
}
.customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
.customForm div{
	margin-bottom: 7px;
}

.customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
.customForm div span.error{
	color: #e46c6e;
}
.customForm #send,
.customForm input.submit {
	/*background: #009EE1;*/
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send:hover, #contactForm #send:hover,
.customForm input.submit:hover, #contactForm input.submit:hover{
	/*background: #adaeae;*/
        color: #fff;
}
#error{
	margin-bottom: 20px;
        color:red;
}
#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;
}
#brochuresCheckBoxes{
        width:490px;
}