/* CSS Document */

#formcontent {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #1E191B;
	width: 750px;
	position: absolute;
	left: 120px;
	top: 470px;
	padding-bottom: 40px;
	list-style-type: none;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	list-style-type: none;
}
legend {
	margin-left: 1em;
	font-weight: bold;
	list-style-type: none;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}	
fieldset li {
	padding-bottom: 1em;
	list-style-type: none;
}
label {
	display:block;
}
fieldset.submit {
	border-style: none;
}
