/* Forms */

/* Forms have labels beside text input boxes
   The overall width is set at 350px

   Win IE
   For some reason the element heights are not calculated properly unless the background colour is set
 */
form            { margin: 1em 0; padding: 0; background-color: transparent; }
form p          { margin: .5em 0; line-height: 1em; text-align: left; }

form label      { display: block; clear: left; float: left; padding-right: 5px; text-align: right; }

form label      { width: 90px; }
form input, 
form textarea   { width: 250px; }
input.radio     { width: 20px; }

label span      { color: #fff; }
.required span, 
.incorrect      { color: #f00000; font-weight: bold; }
