
#error_overlay{
	position: fixed !important;
	position: absolute;
	z-index: 600000;
	width: 100%;
	height: 100%;
	background-color: #ccc;
    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: 3px solid #B4CBDA;
	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;	
}
