.overlayTrue{
	position: absolute;
	z-index: 90;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color: #4E4E4E;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.errorover{
	position: absolute;
	z-index: 90;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color: #FCFFF0;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.overlaydetail{
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color: #4E4E4E;
	filter:alpha(opacity=60);
	opacity: 0.6;
}
