#form_container 
	{
	position: relative;
	margin: 50px auto 0;
	width: 100%;
	text-align:center;
	}
form .fieldset 
	{
	width: 550px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color:#E9F3F8;
	text-align:left;
	}
.fieldset legend 
	{
	font-size: 77%;
	color:#000080;
	font-weight: normal;
	}
.fieldset label 
	{
	float:left;	
	width: 150px;
	padding-right: 10px;
	text-align:right;
	}
.fieldset select, .textfield, .fieldset #date1, .fieldset #date2 
	{
	margin: 0 3px 5px 3px;
	height: 20px;
	width: 100px;
	padding-left: 3px;
	border: 1px solid #80AEC3;
	background-color: #FFFFE6;	
	color: #333;
	}
.fieldset select 
	{
	width: auto;
	height: 18px;
	padding-left: 0px;
	}

.fieldset em 
	{
	float: left;
	font-size: 66%;
	margin-top: -4px;
	margin-left: 172px;
	}
.fieldset #submit
	{ 
	float: right;
	margin: 2% 10% 2%;
	color:#666;
	}
.errorcolor 
	{
	margin: 0 3px 3px 3px;
	height:20px;
	width:100px;
	border: 1px dotted #F00;
	background-color: #FFFFE6;
	}	

/*  fixes positioning bug   */
.fieldset legend + label, .fieldset legend + label + .textfield {margin-top: 10px;}

.fieldset #dropdown
	{ 
	background-color: #FFFFE6;
	color: #000; 
	}
.icon { 
    float: right;
	margin-right: 10%;
	margin-bottom: 2%;
	background: transparent url('/images/go-button.png') no-repeat 3px center; 
    padding-left: 10px; 
	}
img.form_elipse {
height: 14px; 
width: 20px; 
background-image: url(/images/forms.gif);
background-position: 0 0;
}
img.form_elipse:hover {
background-color: pink;
}

