/******************
 * Forms Styles *
 ******************/
 input, textarea, select { width:200px; background:#cbb78b; color:#660000; border:2px solid black; }
 input.mic { width:100px; }
 input.buton { width:92px; }
 textarea { height:70px; }
 textarea.inalt { height:140px; }
 select { width:104px; }
 select.mic { width:50px; }
 p.hint { color:#660000; text-align:center; }

dl.zend_form dt, dd { margin-top:5px; }
dl.zend_form dt { width: 200px; float: left; clear: left; text-align: right; }
    dl.zend_form dt label { text-align:right; }
    dl.zend_form dt label.required { color:#660000; }
dl.zend_form dd { float:left; clear:right; padding-left:5px; }
    dl.zend_form dd ul.errors { list-style-type:none; width:200px; }
        dl.zend_form dd ul.errors li { margin:0 0.15em; font-size:12px; color:#660000; text-align:left; }
/* End of Form Styles */


