/* CSS Document */
.formtool { width:550px;/*border: white solid 1px; */
/* float: left; */
}
#form-message { width: 500px; color: #ff6600; font-weight: bold; }
.forms-item { width: 500px; float: left; border-bottom: 1px solid #bbb; padding: 5px;/*border: yellow solid 1px; 
height: 20px;
*/
}
.forms-item .required { /*border: 1px solid #ff0000;
background-color:#FFCCCC;*/
}
.forms-item-title { width: 150px; min-height: 20px; float: left; /*border: red solid 1px; */
text-align: right; padding-right: 5px; padding-top: 3px; }
.star { color:#FF0000; font-weight:bold; padding-right:2px; }
.forms-item-field { width: 300px; min-height: 20px; float: left;/*margin-left: 80px;  
border: blue solid 1px; */
}
#forms-item-field a { font-weight: bold; }
#forms-item-field input { background-color: #5b400c; border-right: 1px solid #a37e32; border-bottom: 1px solid #a37e32; border-top: 1px solid #5b400c; border-left: 1px solid #5b400c; height: 18px; width: 150px; color: #ffffff; font-family: Arial; font-size: 11px; position:relative; }
#forms-item-field select { background-color: #5b400c; border-right: 1px solid #a37e32; border-bottom: 1px solid #a37e32; border-top: 1px solid #5b400c; border-left: 1px solid #5b400c; height: 18px; width: 200px; color: #ffffff; font-family: Arial; font-size: 11px; position:relative; }
#forms-item-field textarea { background-color: #5b400c; border-right: 1px solid #a37e32; border-bottom: 1px solid #a37e32; border-top: 1px solid #5b400c; border-left: 1px solid #5b400c; height: 100px; width: 300px; color: #ffffff; font-family: Arial; font-size: 11px; scrollbar-base-color: #5b400c; position:relative; }
#forms-item-field .checkbox { width: auto; color: #ffffff; font-family: Arial; font-size: 11px; position:relative; y
}
.forms-contain-title { width: 150px; height: 20px; float: left; /*border: red solid 1px; */
text-align: right; padding-right: 5px; padding-top: 3px; font-weight: bold; }
.forms-contain-field { width: 300px; height: 20px; float: left;/*margin-left: 80px;  
border: blue solid 1px; */
}
#forms-submit { width: 500px; float: left; border-bottom: 1px solid #bbb; padding: 5px; font-family: "Century Gothic", Arial; font-weight: bold; color: #4A4A3B; }
#forms-submit .submit { background-color:#696969; width: 100px; border-bottom: 1px solid #000; border-right: 1px solid #000; padding: 3px; float:left; margin-right: 5px; text-decoration:none; }
#forms-submit .submit:hover { background-color:#BFBFA2; }
#forms-submit .cancel { background-color:#696969; width: 100px; border-bottom: 1px solid #000; border-right: 1px solid #000; color:#FFFFFF; padding: 3px; float:left; margin-right: 5px; text-decoration:none; }
#forms-submit .cancel:hover { background-color:#D2D2BD; }
