body {
height:100%
}

#overlay {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
opacity: .5;
filter:alpha(opacity=50); /* IE's opacity*/ 
display:none;
z-index:1000;
background-color: #172D58;
}


.pop_content {
position:absolute;
top: 25px;
left:50%;
width: 700px;
margin-top: 0px;
margin-left:-400px;
border: 5px solid #2d2510;
background-color: #fff;
display:none;
z-index:1001;
text-align:left;
padding-left:50px;
padding-right:50px;
padding-top:25px;
padding-bottom:25px;
line-height:15px;
}

.pop_content a {
color:#5c97d9;
}


.pop_content h1 {
font-size:14px;
}


