* { margin: 0; padding: 0; }
body { font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 1.5em; }
h2 { margin: 1em 0; }
p { margin: 1em 0; }
#progress { overflow: hidden; list-style: none; background-color: #e7e7e7; line-height: 30px; }
	#progress li { position: relative; float: left; padding: 0 30px 0 10px; background: url(../images/arrows.png) no-repeat right top; color: #999; font-weight: bold; }
	#progress li.active { background-color: #aedf46; background-position: right -30px; color: #fff; }
		#progress li.active span.helper { position: absolute; left: -30px; display: block; width: 30px; height: 30px; background: url(../images/arrows.png) no-repeat right -60px; }
form { margin: 1em 0; }
div.row { overflow: hidden; padding: 0.2em 0; }
span.label { display: block; float: left; width: 20%; font-weight: bold; text-align: right; padding-right: 10px; }
span.field { display: block; float: left; }
ul.error_list { list-style: none; color: #f00; font-weight: bold; }
ul.radio_list { list-style: none; }
p.submit { margin-left: 20%; padding-left: 10px; }
ul.attachments { margin-left: 20%; padding-left: 30px; }
