form fieldset{
	width: 440px;
    margin-bottom: 10px;
	border: 1px solid #000;
}
form ol{
    list-style-type: none;
	margin: 0; padding: 0;
}
form li{
	margin-bottom: 10px;
}
form label{
    display: block;
	clear: both;
	float: left;
	width: 150px;
}
form input, form textarea, form select{
    width: 250px;
}
form li.submit{
	width: 440px;
	text-align: center;
}
form input.submit{
	width: auto;
	height: auto;
	padding: 2 10px;
}
