/* CSS Document for any page that contain user forms */

fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	margin-left: 1em;
}

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

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

fieldset li {
	padding-bottom: 1em;
}

label {
	position:relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

label em {
	position:absolute;
	left: 20em;
	top:0.2em;
	width: 19em;
	color:#990000;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}


fieldset.submit {
	border-style: none;
}
