.wizard form {
	width: 100%;
}

fieldset legend {
	font-weight: bold;
}
.wizard form div { 
	padding: 0px;
	margin-bottom: 5px;
}
.wizard fieldset { 
	border: 1px solid lightgrey; 
	padding: 0 10px 10px;
}
.wizard fieldset fieldset.last {
	margin-right: 0px;
}
.wizard fieldset fieldset.row { 
	width: 97%;
}
.wizard fieldset fieldset { 
	border: 1px dotted #999;
	float:left;
	padding:5px;
	margin: 5px;
	width:47%;
	min-height: 120px;
}
.wizard fieldset fieldset div { 
	margin: 0px; 
	padding: 0px
}
.wizard legend { 
	font-size:18px; 
	margin:0px; 
	padding: 0px 2px; 
/*	color:#b0232a; */
	color:#3418cc;
	font-weight:bold;
	background: #f5f5f5;
}

<!-- if [IE] -->
.wizard label.error {
	margin-top: -10px;
	width: 80%;
}
<![endif] -->

.wizard label { 
	display: inline-block; 
	margin: 0px;
}

.wizard .input input, .wizard .input. select {
	border: solid 1px #000;
}

.wizard .input input[type=checkbox],
.wizard .input input[type=radio],
 {
	border: 0px none;
}

.wizard .input input[type=text], .wizard .input input[type=password] { 
	float: left;
	clear: right;
	display: inline-block;
	width: 58%;
	padding: 5px;
	border: 1px solid #999;
	text-transform: uppercase;
}

.wizard fieldset fieldset input[type=text],
.wizard fieldset fieldset input[type=password] {
	width: 98%;
}
.wizard button[type=button]:hover {
	background-color: #000;
}
.wizard button[type=button] {
	background-color:#b0232a; 
	border: 0px none;
	padding: 2px 5px;
	color:#fff; 
	height: 1.95em;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer;
}
.wizard .prev, .wizard .next { 
/*	background-color:#b0232a; */
	background: #ff9000;
	padding: 2px 5px;
	color:#fff; 
	text-decoration:none;
}
.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);
}

/* edited */

.wizard .input.date label,
.wizard .input.password label,
.wizard .input.select label,
.wizard .input.text label {
	float: left;
	clear: none;
	width: 32%;
}

/*
.wizard .input label.error {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 5px;
	display: block;
}
*/

.wizard label.error {
	clear: both; !important
	float: right !important;
	width: 90% !important;
	text-align: right;
}

.wizard .input label.error.valid {
	display: none !important;
	visibility: hidden !important;
}

.wizard .input select {
	clear: right;
	border: 1px solid #999;
}

.wizard .input input[type=checkbox] {
	margin: 10px 10px 4px 2px;
}

.wizard .input.radio label,
.wizard .input.checkbox label {
	width: auto;
	float: left;
	clear: right;
	display: block;
}

.wizard fieldset div.input input[type=radio] {
	margin: 4px 0px;
	clear: none;
}
.wizard fieldset div.col div.input input[type=radio] {
	float: none;
	margin: 0 5px 0 15px;
}

.wizard fieldset div.radio label {
	margin: 0 0 5px 0px;
	padding-left: 10px;
	float: left;
	width: auto;
}

.wizard fieldset option {
	font-size: 100%;
}

.wizard div.input label,
.wizard div.input select,
.wizard div.input input {
	margin: 5px 0;
}

.wizard div.input input.email_username {
	width: 20%;
}

.wizard div.input input.email_domain {
	width: 30%;
}

.wizard div.input input{
	font-size: 100%;
}
.wizard fieldset div.input fieldset {
	width:97%;
}

.wizard div.clearfix div.input input[type=checkbox] {
	margin: 10px 10px;
}

.wizard fieldset div.clearfix fieldset div.clearfix div.input label{
	width:80%;
	
}

.wizard fieldset div.clearfix fieldset div.col div.input label{
	width: 20%;
}
.wizard .stepdesc {
	width: 235px;
}
.wizard label.long {
	height: 12em;
}

.profile_form .input input[type=text] {
	text-transform: uppercase;
}

#stepDesc1 {
	 background: url(../img/wiz/step_01.gif) no-repeat ;
}

#stepDesc2 {
	 background: url(../img/wiz/step_02.gif) no-repeat ;
}

#stepDesc3 {
	 background: url(../img/wiz/step_05.gif) no-repeat ;
}

#stepDesc4 {
	 background: url(../img/wiz/step_07.gif) no-repeat ;
}

#stepDesc5 {
	 background: url(../img/wiz/step_09.gif) no-repeat ;
}

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

.wizard fieldset fieldset.one-column {
	width: 97%;
}

