/*Popup Message*/

.popupmessage {
	border: 1px solid #ccc;
	background-color: white; 
	position:absolute;	
	height: 0px;
	width: 0px;	
	z-index:100;	
}

#header-popup {
	left:0px;
	top:0px;
	position:absolute;	
	height: 20px;
	width: 100%;
	background-color: #EBE0C3; 		
	
}

#close-popup{
	right:0px;
	top:0px;
	position:absolute;
	background-repeat: no-repeat;	
	z-index:101;	
}

.popupcontent {
	text-align: left;
	padding : 5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.shadow{
	z-index:90;
	position:absolute;	
	background-color:#555;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.bloqcontent {
	filter: alpha(Opacity=80);
	opacity: 0.8;
    background: whitesmoke;
	position:absolute;
	left:0px;
	top:0px;
	height: 0%;
	width: 0%;
	z-index:99;	
}
