/* GoEntertain.tv CSS Document for Forms */

/* ----------------- COLOURS ----------------- 
  Dark Green         : #3c6f0d
  Green                 : #95cb43
  Green 50%          : #cae5a1
  Green 30%          : #dfefc6
  Green 15%         : #eff7e3
  Grey                   : #999999
*/

/* ----------------- FORM TABLES ----------------- */
.form-table-70, .form-table-80 { border: 1px solid #95cb43; margin-left: auto; margin-right: auto; }
/* default heading cell */
.form-table-70 th, .form-table-80 th { background-color: #95cb43; color: #000; font-weight: bold; }
.form-table-70 th { font-size: 70%; }
.form-table-80 th { font-size: 80%; }
/* default cell */
.form-table-70 td, .form-table-80 td { background-color: #dfefc6; color: #000; }
.form-table-70 td { font-size: 70%; }
.form-table-80 td { font-size: 80%; }
/* label cell */
.form-table-70 td.form-label, .form-table-80 td.form-label { background-color: #cae5a1; }
.form-table-70 td.error, .form-table-80 td.error { color: #ea00a1; }

/* buttons cell */
.form-table-70 td.form-buttons, .form-table-80 td.form-buttons { background-color: #cae5a1; }
/* set input fields to take the text size of the table cells */
.form-table-70 input, .form-table-70 select, .form-table-70 textarea { font-size: 100%; color: #000; }
.form-table-80 input, .form-table-80 select, .form-table-80 textarea { font-size: 100%; color: #000; }

input.width-full, select.width-full, textarea.width-full { width: 97%; }
input.width-50, select.width-50, textarea.width-50 { width: 50px; }
