@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
}
#blackout {
visibility: hidden;
position:fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: .7;
opacity: .7;
z-index: 9;
}
#divpopup{
position: fixed;
top: 50%;
left: 50%;
margin-top: -185px; /*half of the height plus a little to the top*/
margin-left: -230px; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFF;
color: #FFFFFF;
padding: 0;
height: 382px;
width: 480px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpop_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #3D6384;
text-align:center;
padding:2px 0;
z-index:-1;
height:20px;
}
#close_pop{
float:right;
text-align:right;
cursor:pointer;
padding-top:2px;
padding-right:10px;
height:20px;
}
#close_pop a{
text-decoration:none;
color:#FFFFFF;
}
#close_pop a:hover{
color:#4DB4CA;
}
#pop_content{
clear:both;
padding: 0px;
}