/* ---  forumlarul de contact ---*/
table.contactform {}
.mesajinregistrare{ font-size:12px; font-weight:bold; font-family:Arial; color:#fff;}
table.contactform div.formerror {color:#ff0000;}
table.contactform td.formlabel {width:50px;}
table.contactform td.forminput {}
table.contactform input {width:435px; border:2px solid #333; border-bottom:4px solid #444; background-color:#000; margin: 2px; padding:3px; color:#333}
table.contactform input[type=submit], table.contactform input[type=button] {width:100px; cursor:pointer; color:#fff;}
table.contactform textarea {width:435px; height:100px;  border:2px solid #333; border-bottom:4px solid #444; background-color:#000; color:#333; margin: 2px;padding:3px; }
table.contactform select {width:170px;}
