/*
   Forms Style Sheet
   Author: Brent Hussin
   Date:   8/14/2008 

   Filename:         fstyles.css
   Supporting Files: none

*/

form              {font-size: 12px; color: rgb(68, 76, 169); margin-top: 10px; margin-bottom: 10px}

fieldset          {padding: 10px; margin: 10px 0px; border: 3px double rgb(68, 76, 169)}
legend            {color: white; background-color: rgb(68, 76, 169); letter-spacing: 5px;
                   padding: 5px; margin: 5px}
label.blockEntry  {position:absolute;left: 30px}
input.blockEntry  {margin-left: 250px; width: 250px; margin-bottom: 5px}

select.blockEntry {margin-left: 250px; margin-bottom: 5px}