#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(../dwimg/transparent.png);
}

#alertBox {
	position: relative;
	width: 495px;
	margin-top: 71px;	
	border: 8px solid #949595; 	
	border-left: 8px solid #949595; 		
	border-right: 8px solid #949595; 			
	background-color: #fff;    
    background-image: url(../dwimg/locInfo.png);	
	background-repeat: no-repeat;
	background-position: 7px 41px;
	padding: 0 5px 0 0;
	border-radius: 10px;   
}

#alertBox h1 {
	background: #34495e;
	color: #ffffff;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
    margin: 0px 0px 5px 0px; 
    height: 25px;
    width: 493px;
    padding: 10px 0 2px 7px;    
    border-bottom: 1px solid #658db0;
}

#divContent {
	font-size:1.0em;
	padding-left:5px;
	margin-left:55px;
	color: #474747;
}

#alertBox #closeBtn {
	display:block;
	margin:5px auto 8px auto;
	padding:5px;
	width:70px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#b9bfc1;
	text-decoration:none;
}

#divContent #closeBtn a:hover
{
	color: #b9bfc1;
}
