fieldset 
{
	width: 650px;       
	border: solid 1px #93a3b5;
	background: url('/images/newformbottom.jpg') rgb(190,208,228) bottom left repeat-x;
	font-family: Trebuchet MS, Arial;
	color: black;
	font-size: 15px;
	text-align: right;
	clear: both;
	line-height: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
legend 
{
	padding: 7px 10px;
	border: solid 1px #93a3b5;
	background: rgb(190,208,228);
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label 
{
	display: inline-block;
	text-align: right;
}
fieldset ol 
{
	margin: 0;
	padding: 0;
}
fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 3px 0;
	border-top: solid 1px #eee;
	
}
fieldset a
{
	margin: 0 5px;
	font-size:11px;
	color: #1c4165;
	text-decoration:none;
}
label 
{
	width: 110px;
	margin: 3px 10px 0 3px;
}
fieldset h1
{
	font-weight: normal;
	text-align: left;
	font-size: 11pt;
	display: inline;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Trebuchet MS, Arial;
}
fieldset form ol li abbr {
	color:red;
	text-decoration: none;
	position: absolute;
	width: 0px;
	margin-left: -10px;
}
.dfiFormErrorField {
	background: Yellow !important;
}
.input
{
	width: 170px;
	margin: 0;
}
.input2
{
	width: 490px;
	margin: 0;
}
.input3
{
	width: 146px;
	margin: 0 0 0 5px;
}
.input, .input2, .input3
{
	border: solid 1px #bbbbbb;
	vertical-align: middle;
	padding: 2px;
	background: url('/images/fieldbg2.jpg') top left #ffffff repeat-x;
}
.checkbox 
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.checkbox1
{
	vertical-align: middle;
	margin: 0 0 0 120px;
	padding: 0;
}
.center 
{
	text-align: center;
}
.left 
{
	text-align: left;
}
.right 
{
	text-align: right;
}
.submit
{
	border:none;
	border-top: solid 1px #bbbbbb;
	background: url('/images/fieldbg.jpg') bottom left #ffffff repeat-x; 
}
em
{
	font-size: 7pt;
	font-style: normal;
}