ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
label:hover,
input:hover {
	color: #000;
	cursor: pointer;
}
fieldset {
	font-family: Futura, Arial, Helvetica, sans-serif;	
	background-color: #ffffff;
	border: 2px #358c59 solid;
	color: #333;
}
legend,
p.total {
	color: #222;
	font-size: 10px;
	padding: 0 10px;
	margin-left: 0;
	font-weight: bold;
}
input {margin-right: 0;}
p.total {
	margin-left: 10px;
}
p.total strong {
	color: #F84100;
	font-size: 28px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;	
}
input#submit {
	color: #000;
	font-size: 18px;	
	background-color: #D4FFEE;
	border: 2px #499483 solid;
	padding: 10px;
}
input#submit:hover {
	cursor: pointer;
	background-color:#5BB470;
}
