.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

#login_box{
    font-size:14px;
    line-height:18px;
    font-face:bold;
    margin-top:15px;
    _margin-top:20px;
    font-family: arial,verdana, sans-serif;
}
.white_content {
display: none;
/* IGNORE SCROLL */
position: fixed;
top: 0px;
left: 0px;
width: 640px;
height: 485px;
z-index:1002;
overflow: none;
font-family: verdana, sans-serif;
font-size: 18pt;
color: black;
text-align: center;
}