/* CSS Document */

form{
	width:			95%;
	padding-left:	2.5%;
}

input{
font-size:small;

}

fieldset{
	margin:		1.5em 0 0 0;
	padding:	0;	
}

fieldset fieldset{
	margin-left:	5%;
	padding:		0;	
	width:			90%;
}

legend{
	margin-left:	1em;
	color:			#000000;
	font-weight:	bold;
}

fieldset ol{
	padding:	1em 1em 0 1em;
	list-style:	none;
}

fieldset li{
	list-style-type: none;
	padding-bottom:	1em;
}

fieldset.submit{
	border-style:	none;
}

input.adv_submit {
	background: #E0691A url(../../images/submit.gif) no-repeat;
	border: 	0;
	padding: 	4px 0;
	width:		auto;
	color: 		#FFFFFF;
	font: 		bold 1em Arial, Sans-Serif;
}




label{
	float:			left;
	width:			7em;
	margin-right:	1em;
	text-align:		right;
}

label .wide{
	width:			14em;
}

form select{
	font-size:	x-small;
}