div.shadow {
	width: 100%;
	height: 100%;
	
	position: absolute;
	
	/*Opacidad para Firefox*/ 
	opacity: 0.2;
	
	background-color: black;
	/*Opacidad para Internet Explorer*/
	filter:alpha(opacity=20);
	
	visibility: visible;
}

div.alert {
	width: 450px;
	
	padding: 0px;

	top: 50%;
	left: 50%;
	margin-left: -229px;
	margin-top: -84px;
	
	position: absolute;	
	
	visibility: visible;
}

div.alertDetail {
	width: 388px;
	height: 100px;
	
	overflow: auto;
}

td.alerttitle {
	background-image: url("../../resources/image/backgroundtitle.png");
	background-repeat: repeat;
	
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	
	border-top: none;
	border-left: none;
	
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	
	color: #115ba6;
	
	padding: 5px;
}
