
#error_overlay{
	position: fixed !important;
	position: absolute;
	z-index: 600000;
	width: 100%;
	height: 100%;
	background-color: #fff;
    top: 0px;
    left: 0px;
	display: none;	

}
#error_cont{
	position: fixed !important;
	position: absolute;
	width: 500px;
	top: 0px;
	left: 50%;
	margin-left: -250px;
	display: none;
	z-index: 600001;	
	/*
	border: 1px solid #000;
	background-color: #767676;
*/	
}
#error_cont_button{
	overflow: auto;
	height: 100%;
	margin-top: 20px;
}
#error_cont_button a{
	font-weight: bold;	
}
#error_cont_ok{
	margin-right: 10px;	
}
#error_cont_close{
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(validator_close.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 10px;
}
