.form
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
border:1px solid #8aaed4;
background:#e7e7eb;
text-align:left;
}

.form img
{
	vertical-align:middle;
}

.form_title, .form_title_green
{
	margin:0px 0px 10px 0px;
	background: url(/images/form_titlebg.gif) repeat-x;
	color:#182330;
	font-size:12pt;
	padding:5px;
}

.form_title_green
{
	background:#d5e9e3 url(/images/form_selectedrowbg.gif) repeat-x;
}

.form fieldset
{
margin-bottom:10px;
border:0px;
}

.form ul
{
list-style:none;
padding:0px;
margin:0px;
}

.form li
{
list-style:none;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 0px;
}

.form label
{
float:left;
width:150px;
font-weight:bold;
}

.form .submitarea
{
text-align:center;
}

.spacer
{
clear:both;
}