
#wizard {
	width: 455px;
	border-bottom: 1px solid #F1EFD5;
}
#wizard .title {
	color: #FC8200;
	background-color:#F1EFD5;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	font-weight:bold;
}

.regForm{
	padding: 10px;
	background-color: #f0edd0;
	width: 435px;
	float: left;
}

.regForm br{
	clear:both;
	}

.regForm label{
	display:block;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	width:110px;
	float: left;
	margin-bottom: 5px;
}

.regForm label.error{
	color: #FF0000;
	float: left;
	font-size: 11px;
	line-height:10px;
	margin-bottom:5px;
	clear:none;
	width:200px;
	padding-left: 5px;
	}
	
.regForm .regBtn{
	width:80px;
	border: 2px solid #ffffff;
	font-size: 12px;
	background-color: #f57600;
	color: #FFF;
	text-align: center;
	display: block;
	cursor:pointer;
}
.regForm input.regBtn{
	height:24px;
}
	
.regForm a.regBtn{
	height:20px;
	line-height:20px;
}
	

.regForm input, textarea{
	width: 200px;
	border: 1px solid #c5be9a;
	font-size: 12px;
	float:left;
	background-color: #fefce9;
	color: #000;
}

.regForm input:focus{
	border: 1px solid #FC8200;
}

/*.regForm textarea{
	width: 220px;
	height:50px;
	border: 1px solid #F1EFD5;
	font-size: 12px;
	float:left;
}*/

.regForm input.next{
	width: 120px;
	float: right;
	cursor:pointer;
}

.regForm input.previous{
	width: 100px;
	cursor:pointer;
}

.regForm span{
	color: #7E2A1A;
	margin-left: 5px;
}
.regForm br{
	clear:left;
}


