@charset "utf-8";
/* CSS Document */
form	{
	text-align:left;
	clear:both;
	width:887px;
	}
	
fieldset	{
	padding:15px 5px 15px 25px;
	margin:20px 5px 0px 0px;
	border:1px solid #E7CD71;
	}
	
legend	{
	font-size:12px;
	font-weight:bold;
	padding:0px 5px 8px 5px;
	}
	
form .frmRow	{
	float:left;
	}

form .frmRow	li {
	border:0;
	padding:5px 30px 10px 0px;
	list-style-type:none;
	float:left;
}
label {
	display:block;
}

.format	{
	font-size:12px;
	}
	
.required	{
	color:#FF0000;
	}

select{
	font-size:11px;
	width:200px;
	}
	
form .frmRow input	{
	font-size:11px;
	width:195px;
	background-color:#FFFFFF;
	}
