@charset "UTF-8";
/* CSS Document */

div.Row {

    clear:both;

    padding:5px;
}
div.Row div.Left {

    width:220px;

    float:left;
}
div.Row div.Right {
	width:209px;
	float:left;
}
div.quoteForm {
	margin-top: 20px;
}
div.quoteForm h4 {
	color:#eb2987;
}
div.Right input{
	width:209px;}
div.error span{
	color: #f00;
}
#page-free-quote input.error{
	width: 209px !important;
}
#page-free-quote input#captcha.error{
	width: 94px !important;
}