#UserMsgBox {
	border:2px solid gray;
	position:absolute;
	z-index:100;
	display:none;
	background-color:#fff;
	width:710px;
	overflow:auto;
	height:500px;
	padding-bottom:10px;
	margin-left: -350px; left: 50%; top: 250px;
}

#UserMsgBox p {
	font-weight:bold;
	float:left;
	color:#000;
	padding:5px;
	width:660px;
}

#UserMsgBox table {
	border-collapse:collapse;
	border:1px solid gray;
	margin-left:5px;
	width:688px;
}

#UserMsgBox th {
	text-align:left;
	font-weight:bold;
	border:1px solid gray;
	color:#fff;
	background-color:#3D7A8F;
	padding:2px;
}

#UserMsgBox td {
	padding-right:10px;
	color:#000;
	border:1px solid gray;
	padding:2px;
	font-size:11px;
	cursor:pointer;
}

#UserMsgBox .even td {background-color:#CCC}
#UserMsgBox .odd td {background-color:#FFF}
#UserMsgBox #closeButton {
	float:right;
	m/argin-top:-64px;
	cursor:pointer;
}
#UserMsgBox #loadingImg {
	clear:both;
	float:left;
	margin-left:5px;
}

#UserMsgBoxInhoud {
	float:left;
}

#TransparentLayer {
	display:none;
	background-color:gray;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99;
	opacity:0.4;
	filter:alpha(opacity=40); 
}

/*validator 	*/
ul.form_check_error_list {
	padding:0px;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FF0000;
	font-weight:bold;
	list-style-type:none;
}

.notify {
	border: 1px solid #CCCCCC;
	background-color: #fffeae;
	padding: 4px;
	margin-bottom: 12px; 
}
.notify img { margin-right: 4px; }

.notify_closable {
	float: right;
	margin-right: 8px;
	margin-top: 4px;
	border: 1px solid #fffeae;
}

.notify_closable:hover {
	border: 1px solid #CCCCCC;
}
