div.form
{
	clear: both;
}
.btnGreen
{
	border: 2px solid #93ae21;
	height: 26px;
	background-image: url(../Images/form_button_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	margin-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}
div.form ol
{
	padding: 0.5em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
div.form ol ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.form ol ul li
{
	list-style-type: none;
}
div.form ol li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
div.form label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}
div.form li.indent
{
	float: none;
	width: auto;
	padding-left: 11em;
}
div.form li.indent label
{
	float: none;
	width: auto;
	margin-right: auto;
}
div.form li.smalltext label
{
	font-size: 77%;
}
div.form input.text
{
	width: 10.5em;
}
div.form input.long
{
	width: 21em;
}
input.text
{
	border: solid 1px #52b50f;
	padding: 0.25em;
}
input.multitext
{
	border: solid 1px #52b50f;
}
