.error { color:#900; }
.warn { color:#009; }

#contact-us { width:400px; }
#contact-us .contain { float:left; width:400px; margin-bottom:5px; }
#contact-us legend 	{ font-size:144%; color:#1D465F; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;  }
#contact-us input.text,
#contact-us textarea { width:280px; float:right; font:bold 77% "Trebuchet MS",Verdana,Helvetica, sans-serif; padding:2px 5px; background-color:#EFECE0; border:1px solid #B8B3AD; }
#contact-us textarea { height:190px; }

#contact-us .contain p { font-size:100%; float:left; width:100px; margin:0; }

#contact-us input.error { border:1px solid #900; }
#contact-us input.warn { border:1px solid #900; }

#contact-us :focus { background-color:#fff!important; color:#1D465F!important; }

#contact-us .submit { margin-left:107px; }
#contact-us .required { font-weight:bold; }