﻿.displayNone
{
    display: none;
}

.watermark
{
    background: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popupControlTop
{
    height: 30px;
    font-size: 14px;
    color: #777777;
    text-align: center;
}
.popupControlContent
{
    max-height: 500px;
    overflow: auto;
}
.popupControlBottom
{
    height: 20px;
    padding-top: 10px;
    border-top: 1px solid #999999;
}

