@charset "UTF-8";
/* CSS Document */

fieldset {
	background: #eee;
	padding: 10px;
}
legend {
	font: bold 18px/18px "Courier New", Courier, monospace;
	padding: 5px 10px;
	background: #B1CA26;
	margin-left: 5px;
}
label {
	clear: both;
	float: left;
}
p {
	clear: both;
	padding-top: 10px;
}
textarea {
	width: 100%;
}
input {
	clear: both;
	float: left;
	margin-left: 20px;
	width:250px;
}
.prev, .next { background-color:#B1CA26; padding:5px 10px; color:#fff; text-decoration:none;}
.prev:hover, .next:hover { background-color:#000; text-decoration:none; color:#fff}
.prev { float:left;}
.next { float:right;}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px; float:left; padding:8px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#000;}