@charset "UTF-8";
/* CSS Document */

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 98%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;	
	text-align:left;
	background: url(../images/titles-shadow-bg.jpg) no-repeat center top;
}

fieldset.alt {
	
}

legend {
	padding: 0;
	text-transform: uppercase;
	color: #ffcc00;
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 120%;
	
}

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

fieldset li {
	float: none;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

fieldset.submit input.submit{
	padding: 4px 8px;
	border: 2px solid #003366;
	font-size: 15px !important;
	color: #fff;
	background: #003366;
}

fieldset input	{
	font-size: 13px !important;
	padding: 1px;	
}

label {
	/*float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right; */
	
	position: relative;
	float: left;
	width: 13.7em;
	margin-right: 1em;
	color: #666666;
	font-size: 12px;
}

label strong img {  
	position: absolute;  
	left: -21em;
}

label strong {
	position: absolute;
	left: 37em;
	top: 0.2em;
	width: 30em;
	color: #C00;
	font-size: 80%;
	font-weight: normal;
	text-transform:capitalize;
}

label.lbl-inline{
	padding: 1px;
	height:30px;
	width: auto;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
	color: #666666;
	text-transform: capitalize;
	font-size: 12px;
}
fieldset fieldset ol {
	position: relative;
	top: -1.0em;
	margin: 0px 0px 0px 11em;
	padding: 0px;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

