/* ------------------------------------------------------------------------
	 UITS - Your Custom CSS 
------------------------------------------------------------------------ */

/* TEMPLATE STYLES - edit at your own risk
------------------------------------------------------------------------ */
#header {background-image:url(../images/banner.gif);}


/* ADD YOUR STYLES BELOW HERE
------------------------------------------------------------------------ */
#form {
	width:900px;
	color:#636363;
	float:left;
	font-size:.8em;
}
#form h2 {
	margin:30px 0 10px 0;
	color:#007fe0;
	font-weight:100;
	font-size:1.5em;
}
#form fieldset {
	color:#000080;
}
#form fieldset fieldset {
	clear:both;
}
#form legend {
	font-size:1em;
	color: #68C531;
	font-weight:bold;
}
#form p.form_left label  {
	color: #000099;
	width:20%;
	float:left;
}
#form p.form_left textarea select input {
	float:left;
}
.red {
	color:red;
	font:bord;
}