/*------------------------------------------------------------------
Title: Form
Author: Henry Lockett 
Date: February 2009

Padding: Top Right Bottom Left
-------------------------------------------------------------------*/

div.form_container
{
width: 90%;
}

div.form_item
{
width: 100%;
clear: both;
margin-bottom: 10px; 
}

div.form_label
{
margin-right: 10px;
float: left;
min-height: 20px;
text-align: right;
width: 33%;
}

div.form_boxes
{
text-align: left;
width: 66%;
}