.wizard form {
	width: 100%;
}

fieldset legend {
	font-weight: bold;
}

.wizard legend { 
	font-size:18px; 
	margin:0px; 
	padding: 0px 2px; 
	color:#b0232a;
	font-weight:bold;
	background: #fff;
}

.wizard .prev, .wizard .next { 
	background: #ff9000;
	padding: 2px 5px;
	color:#fff; 
	text-decoration:none;
	border: 1px solid gold;
	width:50px;
	height:25px;
	font-size:16px;
	line-height:25px;
}
.wizard .prev:hover, .wizard .next:hover { background-color:#000; text-decoration:none;}
.wizard .prev { float:left;}
.wizard .next { float:right;}

#steps-wrap {
	overflow: hidden;
}
#steps { 
	list-style: none; 
	width: 9999px;
	overflow: hidden; 
	margin: 0px; 
	padding: 0px;
}
#steps li {
	font-size: 2.5em; 
	float: left; 
	padding: 7px 25px 0 0; 
	color: #b0b1b3;
	text-align: right;
	line-height: 1em;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#steps li div.stepof {
	font-size: 50%;	
}

#steps li span.stepinfo {
	font-size: 11px; 
	display:block;
}

#steps li.current { 
	color:#000;
	opacity:1;
	filter:alpha(opacity=100);
}

#steps-wrap .stepdesc {
	width: 235px;
}

#stepDesc1 {
	 background: url(../img/step_coverage.png) no-repeat ;
}

/*
#stepDesc2 {
	 background: url(../img/step_priceplan.png) no-repeat ;
}
*/

#stepDesc2 {
	 background: url(../img/step_register.png) no-repeat ;
}

#steps-login {
	height: 20px;
	text-align: center;
}

/* hide server error message since we already display jquery validation */
div.error-message {
	display: none;
}

