.pw_blackoverlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: .5;
    opacity:.5;
    filter:alpha(opacity = 50);
    overflow-y: hidden;
}

.pw_box
{
    display: none;
    position: absolute;
    width:450px;
    top: 35%;
    left: 35%;
    border: 2px solid #7AB7D4;
    background-color: white;
    z-index:1002;
    overflow: hidden;
    padding-bottom:10px;
}

.pw_content
{
    padding-left:5px;
    padding-right:5px;
    float:left;
    width:450px;
    text-align:left;
    max-height:800px;
}


.titlebar
{
    background-color: #57b6dd;
    background-image: url(/img/pw/title_bg_blue.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center bottom;
    text-transform: uppercase;
    color: #fff;
    font-weight:bold;
    padding: 10px 10px 10px 10px;
    margin-bottom:5px;
    height:18px;
}

div .pwtitle
{
    float:left;
    width:90%;
    text-align:left;
}

div .closebtn
{
    float:right;
    width:15px;
}
