        fieldset {
	border:1px solid #666666;
	padding: 6px;
}
        legend {
	font-size:18px;
	margin:0px;
	padding:10px 0px;
	color:#660066;
	font-weight:bold;
}
        label { display:block; margin:5px 0 0 0;}
        input[type=text], input[type=password], textarea, select {
	width:300px;
	padding:4px;
	background-color: #F5FFE2;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
        .prev, .next {
	background-color:#660066;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}
        .prev:hover, .next:hover { background-color:#000; text-decoration:none;}
        .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:10px; color:#b0b1b3;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
