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



fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	background-color: #f5ffee;
	border-style: none;
	border-top: 0 solid #cccccc;
}

legend {
	padding: 0;
	display: inline-block;
	color: #666666;
	text-transform:uppercase;
	position: absolute;
}





legend span { 
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 115%;
	display: inline-block;
	width:300px;
}

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

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
	color: #666666;
}

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

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

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

legend em {
	position: absolute;
	left: 10em;
	top: 0;
}

input {
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #cccc99;
 color: #102132;
 border: 1px solid #b2b272;
}

select {
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #cccc99;
 color: #102132;
 border: 1px solid #b2b272;
}

textarea {
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #cccc99;
 color: #102132;
 border: 1px solid #b2b272;
}
		

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
}

fieldset fieldset legend {
	width: 9.5em;
	margin-left: 0;
	text-transform: none;
	color: #666666;
}


fieldset fieldset ol {
	position: relative;
	top: -1.2em;
	margin: 0 0 0 8em;
	padding: 0 0 0 3em;
	}
	
fieldset fieldset li {
	display:inline;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}


fieldset fieldset ol.terms {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
fieldset fieldset li.terms {
	display:inline;
}

fieldset fieldset em.terms {
	position: absolute;
	left: 0;
	top: 0;
}

fieldset fieldset .checkbox {
	position: absolute;
	left: .75em;
	top: 0;
}	
	
	
	
fieldset fieldset label.terms {
	position: absolute;
	float: none;
	left: 2.5em;
	width: auto;
	margin-right: auto;
}
	

fieldset fieldset.notes{
	margin-bottom: 1em;
	background-color: #ffffff;
	border: none;
}

