
#error_overlay{
	position: fixed !important;
	position: absolute;
	z-index: 200000000;
	width: 100%;
	height: 100%;
	background-color: #000;
    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: 200000001;	
	border: 10px solid #fff;
	background-color: #EAEAEA;
	
}
#error_cont_button{
	overflow: auto;
	height: 100%;
	margin-top: 20px;

}
#error_cont_button a{
	font-weight: bold;	
	
}
#error_cont_ok{
	margin-right: 10px;	
}
