#contentLeft{
float:left;
width:520px;
text-align:justify;
}

#contentRight{
margin-left:70px;
float:left;
width:320px;
font-size:13px;
}

#container{
margin-top:14px;
}

#contactForm{
background-color:#f7f7f7;
}

/******* FORM *******/
#customForm{
padding:10px;
}
#customForm label{
	display: block;
	font-weight: 700;
	line-height: 1.4em;
	font-size:12px;
}
#customForm input{
	width: 220px;
	padding: 4px;
	color: #333;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 220px;
	height: 80px;
	padding: 4px;
	color: #333;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 10px;
}
#customForm div span{
	margin-left: 10px;
	color: #555;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #444;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #222;
}
#error{
	margin-bottom: 4px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: none;
	padding: 5px;
	font-size: 14px;
	margin:0;
}
#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 *******/

