﻿form 
{
	font-size: 110%
	}

label {
	float: left;
	width: 6em;
	margin-right: 1em;
}

fieldset {
 	margin: 1.5em 0 0 0;
 	padding: 0 0 0 5em;
	float: left;
	clear: left;
	width: 400px;
	border-style: none;
}

legend {
 	margin-left: 1em;
 	color: #000000;
 	font-weight: bold;
}

fieldset ol {
	padding 1em 1em 0 1em;
 	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 400px;
	padding-bottom:1em;
}

.Submit {
	width : 80px
}

input, textarea {
	width: 200px;
	border: solid 1px #737b8a
}

fieldset.submit {  
width: 365px;
text-align: center;
border-style: none;
}

.submit 
{
	width: 80px
}