@CHARSET "UTF-8";

/* Dealer Registration */

#registration .inError{  
    background-color:#F00;
}

#registration div .error{
	background-color:#FFF;
	position:absolute;
	bottom:5px;
	margin:5 auto;
	width:78%;
}

#registration div .blank{
	border:none;
}

#registration div{
	-moz-border-radius:5px;
	border-radius:5px;
	border-color:#000;
	border-style:solid;
	padding:10px;
	margin:10px;
	text-align:center;
}

#registration .height{
	height:250px;
}

#step1 label{
	position: absolute; 
	text-align:left; 
	width:100px; 
}

#registration label{ 
	position: absolute; 
	text-align:left;
	width:120px; 
}

#step1 input, #step1 select{ 
	/*margin-left: 100px; */
}

#registration select, #registration button{
	width:150px;
}

#registration input {
	width:146px;
}

#registration input, #registration select, #registration button{ 
	margin-left: 120px; 
}

#step1{
	position:relative;
	float:left;
}

#step2{
	position:relative;
	float:left;
}

#step3{
	position:relative;
	float:left;
}

#subButton{
	position:absolute;
	/*bottom:-35px;*/
	left:250px;
	
}

div.done {
	background-color:#0F0;
	-moz-border-radius:5px;
	border-radius:5px;
	border-color:#000;
	border-style:solid;
	padding:10px;
	margin:10px;
	text-align:center;
}

div.errorMakingAccount {
	background-color:#F00;
	-moz-border-radius:5px;
	border-radius:5px;
	border-color:#000;
	border-style:solid;
	padding:10px;
	margin:10px;
	text-align:center;
	float:none;
	position:absolute;
	top:-45px;
}
