

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

fieldset ol li {
	margin: 0 0 0.5em 0;
	padding: 0;
}

fieldset {
	float: left;
	clear: left;
	width: 88%;
	margin:  0 0 1.5em 0;
	padding: 1em;
	background-image: url(/images/fieldset-gradient-g.jpg);
	background-repeat: repeat-x;
	background-color: #b7d867;
	border: 1px solid #BFBAB0;
}

fieldset.submit {
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align: center;	
}

legend {
	padding: 0;
	margin: 0 0 1em 1em;
	color: #000;
	font-weight: bold;
}


label {
	position: relative;
	float: left;
	width: 10em;
	padding: 0;
	margin: 0 1em;
}

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

label strong {
	position: absolute;
	left: 33em;
	top: 0.7em;
	width: 19em;
	font-size: 0.8em;
	color:  #C00;
	text-transform: uppercase;
	
}

form p strong {
	font-size: 0.8em;
	color:  #C00;
	text-transform: uppercase;
	margin-left:1em;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 0.5em 0;
}

input.text {
	font-size: 1em;
	width: 14em;
}

label.marketing {
	width:27em;
}

form {
	margin-left: 30px;
}