.allsteps {
	padding: 20px;
}
.allsteps, .allsteps div {
	zoom: 1;
	position: relative;
}
div#st1ep {
	border-left: 1px solid #8e8e8e;
}
.step0 {
	float: left;
	background-color: #fff;
	color: #fff;
	z-index: 2;
}
.step {
	float: left;
	padding: 10px;
	background-color: #eeeeee;
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
/*	width: 5%;*/
	text-align: center;
	z-index: 2;
}
.container {
	clear: left;
	background-color: #fffff5;
	border: 1px solid #8e8e8e;
	top: -1px;
	z-index: 1;
	padding: 30px;
}
.contaner.header {
	font-size: 16px;
	font-weight: bold;
	color: #dc6b2f;
	display: block;
	margin-bottom: 10px;
}
.contaner.desc {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
}
.sel {
	border-bottom: 1px solid #fffff5;
	background-color: #fffff5;
}
.stepText {
	display: none;
}

.textfield {
	width: 100%;
	border: 1px solid #2e682e;
}
.selectfield {
	width: 100%;
}
.smalltextarea {
	width: 100%;
	height: 60px;
	border: 1px solid #2e682e;
}

.middletextarea {
	width: 100%;
	height: 150px;
	border: 1px solid #2e682e;
}
.bigtextarea {
	width: 100%;
	height: 400px;
	border: 1px solid #2e682e;
}


.prevstep {
	float: left;
	padding: 10px;
	color: #fff;
	background-color: #8e8e8e;
}
.prevstep a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.prevstep a:hover {
	color: #fff;
	text-decoration: underline;
}

.nextstep {
	float: right;
	padding: 10px;
	color: #fff;
	background-color: #dc6b2f;
}
.nextstep a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.nextstep a:hover {
	color: #fff;
	text-decoration: underline;
}
