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

#contact_frm label { clear:both; float:left; margin:2px 0; width:100%; }
#contact_frm input[type=text] { float:left; clear:left; width:300px; padding:2px; }
#contact_frm textarea { float:left; clear:left; width:300px; font-family:Verdana, Geneva, sans-serif; font-size:1em; padding:2px; }
#contact_frm input[type=submit] { float:left; clear:both; margin:4px 0 20px 0; }

.storeTitle { width:100%; float:left; clear:both; font-size:1.2em; border-bottom:1px dashed #CCC; padding:4px 0; margin-bottom:6px; font-weight:bold; }
.storeAddress { float:left; clear:both; width:100%; margin-bottom:20px; }

#contact_frm .txt { float:left; clear:left; }
#contact_frm .error_icon { float:right; left:-100px; }