.formBody
{
	clear:both;
}
.formRow
{
	padding:5px 0px 5px 0px;
	clear:both;
	font-size:12px;
	font-family:Arial;
}
.labelItems, label{
	float: left;
	width: 130px;
	padding: 2px 10px 2px 0;
	text-align: right;
	color:#666;
}
.formRow input{
	border-color:#859EC7 #D4D9E1 #D4D9E1 #859EC7;
	border-style:solid;
	border-width:1px;
	color:#666666;
	display:block;
	margin-bottom:10px;
	padding:1px 0 1px 4px;
	width:210px;
}
.formRow textarea{
	border-color:#859EC7 #D4D9E1 #D4D9E1 #859EC7;
	border-style:solid;
	border-width:1px;
	color:#666666;
	display:block;
	margin-bottom:10px;
	width: 210px;
	padding:1px 0px 1px 4px;
}
.formRow select
{
	border-color:#859EC7 #D4D9E1 #D4D9E1 #859EC7;
	border-style:solid;
	border-width:1px;
	color:#666666;
	display:block;
	margin-bottom:10px;
	width: 212px;
	height:20px;
}

.formRow div
{
	float:left;
	width:400px;
}
.formRow div span
{
	display:block;
	clear:both;
}
.formRow div span input
{
	float:left;
	display:inline;
	margin-bottom:0px;
	padding:0px;
	width:auto;
	border:0;
}
.formRow div span label
{
	float:left;
	width:auto;
}
.formRow div input,  .formRow div img
{
	float:left;
}
.formRow div img
{
	margin-left:5px;
	margin-top:2px;
}

div.formFooter
{
	clear:both;
	text-align:center;
	margin-top:15px;
	margin-left:140px;
}

div.formSubmit
{
	border: 0px; 
	margin: 0pt; 
	padding: 1px 10px; 
	display: block;
	width: 100px; 
	line-height: 18px; 
	text-align: center; 
	font-family: 'Trebuchet MS',Helvetica,sans-serif; 
	font-size: 12px; font-weight: bold;
	text-decoration: none; 
	background-color: rgb(205, 45, 14); 
	font-style: normal;
}

div.formSubmit a
{
	text-decoration:none;
	color: rgb(255, 255, 255); 
}

.hiddenElement
{
	display:none;
}