
fieldset {
	position: relative;
	margin: 0 0 -1em 0;
	padding: 1em 0 1.5em 0;
	border-style: none;
	border-top: 1px solid #ddd;
	background: #eae7ff;
}

legend {
	color: black;
	padding: 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	width: 200px;
}

fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
	margin: 0;
}	

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #eae7ff;
}

label {
	float: left;
	width: 8.8em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 11em;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background: #9792ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
}

button 
{
	float: none;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #eae7ff;	
}
