/*******************************************************************/
/*** POPUP MESSAGE STYLES*/
/********************************************************************/

div.popup_message{
font-family: Arial,Sans-Serif;
font-weight:normal;
position:absolute;
top: 300px;
left:35%;
width: 25%;
padding:10px;
background:white;

border: 3px outset #999999;

color:black;
z-index:10000;
}
div.popup_message h2{
font-family: Arial,Sans-Serif;
letter-spacing: -1px;
font-weight:normal;
color:#9e1a0e;
text-align: center;
}
div.popup_message p{
text-align: center;
}
div.popup_message p#button{

}
div.popup_message a:link, div.popup_message a:visited
{ 	
	align:center;
	background-color:#999999;
	border:solid 1px black;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	font-weight: bold; 
	text-decoration: none; 
	color: black;
}
div.popup_message a:hover , div.popup_message a:hover  
{
	color: black;
	background-color:#CCCCCC;
	
}

