@charset "utf-8";
/* CSS Document */

fieldset {
	position: relative;
	float: left;
	clear: both;
	/* change background color to hex of bottom of gradient image */
/* background-color: #9EC0C4; */
background-color: #FFCF06;
}
legend span {
	position: relative;

	font-size: 16px;
	padding: 0;
	width: 300px;
	margin-top: 10px;

}
legend {
	padding: 3px 7px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0;
	/* background: #F4DAA1 url(../images/vip-legend-bg.gif) repeat-x; */
	background: #57575A url(../images/fieldset_bg.gif) repeat-x;
}
fieldset ol {
	padding: 0em 1em 0 1em;
	list-style: none;
}
fieldset.submit {  
float: none;  
width: auto;  
padding-top: 1.5em;  
padding-left: 12em;  
background-color: #FFFFFF;
}
