@charset "utf-8";
/* CSS Document */
/* Error Validation Summary Popup */
.errorSummaryDiv
{
	position: fixed;
	z-index: 700;
	display:none;
	left: 50%;
	top: 150px;
}
.errorContainer 
{
	width:400px; 
	margin: 0 0 0 -200px;
	overflow:hidden; 
	background-image:url(../images/layout/popupbackground.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
	padding:11px; 
	background-color: #f7f7f7;
}

.errorTitel {
	text-transform:uppercase; 
	color:#FFF; 
	margin:-6px 0px 0 10px; 
	padding:0 0 22px 0; 
	overflow:hidden;
	font-weight: bold;
	font-size: 1.1em;
}

#errorTekst {
	font-size: 1.1em;
}

#errorTekst ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#errorTekst ul li {
	margin: 0;
	padding: 0;
}

.errorButton {
	text-align: center;
	margin: 20px 0 0 0;
}
.errorButton img{
	cursor: pointer;
}

.errorBackground 
{
	background-color: #000000;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	filter:alpha(opacity=70); 
	-moz- opacity: 0.7; 
	opacity: 0.7;
}
