@charset "utf-8";

/********FORM SETTINGS*********/

fieldset {

	float:left;
	clear:left;	
	
	margin:  0 0 1.5em 0; 
	padding: 0;
	border: 1px solid #006699;
	
}

legend {
	
	margin-left: 1em;
	padding:0;
	color: #006699;
	font-weight: bold;
	font-size:1.5em;
}

fieldset ol { 

	padding: 1em 1em 0 1em; 
	list-style: none;
}

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

label {

	float:left;
	width: 10em;
	margin-right: 1em;
	text-align:right;	
}

.button {

	clear: both;
	padding: 0.25em;
	padding-left: 9em;
	list-style: none;
	
}