.label{
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    margin-top:10px;
}

label.error { 
	float: none; color: red; padding-left: .5em; clear:both;
}

legend {font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold;}
fieldset {border:none; width:100%;}
#steps {list-style:none; width:100%; overflow:hidden; margin:0px auto; padding:0px; text-align:center;}
#steps li {font-size:24px; float:left; padding:10px; margin:0px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current {color:#000;}
.prev, .next {margin-top:25px; background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none;}
.prev:hover, .next:hover {background-color:#000; text-decoration:none;}
.prev {float:left; display:none;}
.next {float:right; display:none;}

#controls {background: #eee; height: 30px; position: fixed; padding: 10px; bottom: 0; left: 0; width: 100%; z-index: 999; text-align:center; box-shadow: 0 0 16px #999;}
#controls input {width: 120px; margin: 0px auto;}