
/******************   FORM   **********************/
.center {text-align:center;}
.required{color:#c00;}




table.form {
   width:100%; 
   background-image:url('../images/bg-ray.gif');
   border:1px solid #ccc;
   margin:6px 0;
}

table.form th,table.form td{
   font-weight:normal;
   padding:5px 10px;
}

table.form th{
   text-align:center;
   background-color:#fff;
   background-image:url('../images/left-menu-btm.jpg');
   background-repeat:no-repeat;
   border-right:1px solid #CCCCCC;
}



table.form input, table.form select, table.form textarea {
   height:auto;font-size:12px;
} 

input.txt,select.txt{width:280px;}
input.short{width:100px;}
textarea.txt{width:280px;height:120px;}
textarea.short{width:280px;height:70px;}

input.check,textarea.check{visibility:hidden;width:1px;height:1px;}
input.submit{height:auto;}
input.file{height:auto;}

.form_contact td.mark {
   background-color:#fc9;
   background-image:none;
}  
                                        