/* Forms Screen CSS Document */

/* FORM STYLES */

/* Form Table */
.form-table { border: 1px solid #5a3e30;  }
.form-table td { }
.form-table td.label { font-size: 74%; color: #5a3e30; background-color: #d1c8c5; text-align: right; vertical-align: top; padding-top:5px;}
.form-table td.field { color: #5a3e30; background-color: #ded8d6; font-size: 74%; }
.form-table td.buttons { background-color: #ac9e97; text-align: center; font-size: 74%; }
.form-table input, .form-table select, .form-table textarea { font-size: 100%; color: #5a3e30; }
.form-table input.width-full, .form-table select.width-full, .form-table textarea.width-full { width: 97%; }
.form-table input.button { background-color: #7b6559; border: 1px solid #5a3e30; color: #fff; width:0; overflow:visible; padding:0 0.25em 0 0.25em; } /* fix for IE long button bug... width and overflow */ 
.form-table input.button[class] { width: auto; } /* fix for IE long button bug... ie ignores [class] */
