/* Forms */

form { margin: 0}

input, select, textarea { width: 100%; font-family: tahoma; font-size: 12px; height: 22px; border: 1px solid #00;}
textarea { height: 99%;}

form input, 
form select, 
form textarea { width: 100%; height: 22px; border: 1px solid #000000; margin-bottom: 10px; color: #000000; font-family: tahoma, veardana, arial; font-size: 12px; padding-top: 2px;}

form textarea { height: 150px;}
form .label { margin-bottom: 10px; white-space: nowrap;}
form span.required { color: #E3930A; margin-left: 5px;}
form input.required, 
form textarea.required { background-color: #FEF9F3;}

img.captcha { margin: 0; margin-right: 10px; float: left;} 
input.code { width: 190px; background-color: #FEF9F3;}
