#contact-form { margin-top:50px }
#contact-form .input { width:350px; height: 23px; background-color:#EEEEEE; border:1px solid #CCCCCC; font-size:16px }
#contact-form textarea { width:350px; height: 150px; background-color:#EEEEEE; border:1px solid #CCCCCC; font-size:15px }
#contact-form th { vertical-align:top }
#contact-form td { text-align:right }
#send { margin-right:5px }

.invalid_field {
    border: 1px solid #CC0000 !important;
	color:#CC0000 !important;
	background-color:#FAE1DE !important;
	padding:2px 0;
}

.ajax-loader { background: #fff url('/img/b/ajax-loader-red.gif') no-repeat 50% 50% }
