@charset "utf-8";
/* CSS Document */
#regsteps li {
	list-style:none;
	float:left;
	background-repeat: no-repeat;
	color:#333;
	padding:5px;
	margin-right:70px;
	margin-left:0;
}
#regsteps li img {
	border:0px;
}
#regsteps li.current {
	color:#ff6600;
}
.currentStep h1 {
	color: #5890D1;
	font-size:24px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px;
	display:block;
}
.stepTitle h2 {
	color: #5890D1;
	font-size: 1.2em;
	font-family: Trebuchet MS;
	margin:5px 0 10px 0;
	display:block;
}
.stepDesc h2 {
	font-weight:bold;
	font-size:1.2em;
	margin:10px 0;
}
label {
	width:160px;
	height:32px;
	margin-right:2px;
	padding-left:6px;
	float:left;
	display: block;
	font-size:12px;
	font-weight: normal;
	line-height:22px;
	color:#666;
}
ul#reginfo, ul#reginfo ul {
	list-style-type:circle;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#reginfo a {
	display: block;
	text-decoration: none;
}
ul#reginfo li {
	margin-top: 1px;
	line-height:22px;
	font-size:12px;
}

