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

.split1 { width:210px; float:left; display:block; padding:0 0 5px 0; }
.split2 { width:200px; float:right; display:block; padding:0 0 5px 0; }
.split3 { width:100%; clear:both; display:block; padding:0 0 5px 0; }

span.split2 input { float:right; }

#contact { width:580px; height:auto; margin:0 auto; padding:5px 0 0 0; }
#address { width:120px; height:auto; float:left; }
#form { width:430px; height:auto; float:right; margin:0 10px 0 0; }

#contact h2 { font-size:12px; padding:0; margin:0; border:none; }

form.contact input.button { width:50px; height:25px; border:none; background:url(../images/core/bg-buttons.gif) repeat-x; font-weight:bold; color:#fff; margin:5px 0 0 0; }
form.contact input.text { width:100%; border:1px solid #dcdcdc; padding:3px; background:#fff; margin:0 0 7px 0; }
form.contact textarea { width:100%; border:1px solid #dcdcdc; padding:3px; background:#fff; margin:0 0 7px 0; }

#recaptcha_widget_div { background:#fff!important; padding-bottom:2px!important; margin-right:-7px!important; }

.req { color:#CC0000; margin:0 2px; }