.doorPreview {
	padding: 0px;
	z-index: 1;
	height: auto;
	width: 500px;
	background-position: center top;
}
.currentStep {
	background-color: #BBCCED;
	filter: alpha(opacity=50);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	font-weight: bold;
	width: 100px;
	
}
.completedStep {
	background-color:#929FBF;
	filter: alpha(opacity=50);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	font-weight: normal;
	width: 100px;
	
	
}
.helptextBox {
	background-color: #EDE8BB;
	padding: 5px;
	width: 300px;
	border: 1px solid #6B5F55;
}
.uncompletedStep {
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	color: #999999;
	width: 100px;
	
}
.shown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
	padding: 4px;
	height: auto;
	width: auto;
	position: absolute;
	border-top: 1px solid #455FAB;
	border-right: 1px solid #455FAB;
	border-bottom: 1px solid #283763;
	border-left: 1px solid #283763;
}
.hide {
	position: absolute;
}
