


#page_overlay {
    position: absolute;
    z-index:80;
    top: 0;
    left: 0;
    background-color:#BEC6D9;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
	text-align:center;
	width: 2000px;
	height:1000px;
}


#Warning2{
	border:2px solid #848A98;
	padding:9px;
	padding-top:12px;
	background-color:white;
	font-family:verdana;
	font-size:10px;
	color:#5E7795;
	position:absolute;
	width:250px;
	font-size: 10px;
	display:none; 
	z-index: 200; 
	height:100px;
	left:450px;
}



#warningText{
	font-size:10px;
	
	color:#5E7795;
	
	
	position:absolute;
	display:none; 
	z-index: 93; 
}



#confirmation {
    border:2px solid #5E7794;
	color: #00284F;
    background-color:white;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
	padding:5px;
	Text-align:center;
	position:relative;
	text-decoration:none;
	
}

#confirmation:hover {
	 color: white;
	 background-color: #5E7794;
	 border:2px solid #5E7794;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
	padding:5px;
	Text-align:center;
	position:relative;
}








