﻿.fieldLabel
{
	width:150px;
	display:inline-block;
	clear:both;
	float:left;
}

.fieldControl
{
	width:225px;
	display:block;
	float:left;
	padding-bottom: 10px;
}
.fieldControl input
{
	width: 200px;
}

.fieldValidation
{
	color: #B32416;
	padding: 0px 5px;
}

fieldset  	
{
	padding: 10px; 
	padding-left: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #dcdcdc; 
	border-top: 1px solid #003366; }

legend  
{
	display: inline; 
	font-size: 110%; 
	background-color: #FFFFFF; 
	color: #003366; 
	font-weight: bold; 
}
	
.formField
{
	height: 22px;
	clear: both;
}