@charset "UTF-8";
/* CSS Document for contact form */

.clear { clear:both; }

#contactForm { }
#contactForm form { position:relative; }
#contactForm div.columnLeft { width:48%; }
#contactForm div.columnRight { position:absolute; top:0; right:0; width:48%; }
#contactForm label { margin:0; padding:0; background-color:transparent; font-size:1.2em; }
#contactForm input { margin:0 0 20px 0; width:100%; background-color:#f7ffdb; }
#contactForm #c_submit { background-color:grey; color:white; margin-top:10px; padding:10px; width:50%; }
#contactForm #c_submit:hover { background-color:#779609; }
#contactForm textarea { margin:0; padding:0; float:none; width:100%; background-color:#f7ffdb; }
#contactForm p { visibility:hidden; }

