.Xalert{
	max-width:300px;
	float:left;
	border:4px solid black;
	background-color:gray;
	/*min-height:200px;*/
	position:absolute;
	top:20px;
	left:20px;
	z-index:9;
	text-align:center;
	color:black;
}

.XalertTitle{
	/*min-width:200px;*/
	width:100%;
	background-color:#1F1F1F;
	color:white;
	font-weight:bold;
	/*padding:3px;*/
}
.XalertContent{
}
.XalertContent table{
	text-align:center;
}
.XalertContent table a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.XalertContent p{
	margin:3px 20px 3px 20px;
	padding:0px 0px 0px 0px;
}
.XalertBarrier{
	/*background-color:gray;*/
	background-color:black;
	width:100%;
	float:left;
	position:absolute;
	/*display:none;*/
	height:100%;
	z-index:8;
	opacity:0.7;
	top:0;
	left:0;
}