
.popupwindow_popup_dialog
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.popupwindow_popup_mask
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #a0a0a0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1000000;
}

.popupwindow_popup_div
{
    position: absolute;
    width: 500px;
    height: auto;
    z-index: 1000001;
}

.popupwindow_table
{
    width: 100%;
    height: 100%;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.popupwindow_topleft,
.popupwindow_left,
.popupwindow_bottomleft
{
    width: 12px;
}

.popupwindow_topright,
.popupwindow_right,
.popupwindow_bottomright
{
    width: 12px;
}

.popupwindow_topleft,
.popupwindow_top
.popupwindow_topright
{
    height: 37px;
}

.popupwindow_bottomleft,
.popupwindow_bottom
.popupwindow_bottomright
{
    height: 18px;
}

.popupwindow_topleft
{
    background-image: url('PopupWindowTopLeft.png');
    background-repeat: no-repeat;
}

.popupwindow_top
{
    background-image: url('PopupWindowTop.png');
    background-repeat: repeat-x;
}

.popupwindow_topright
{
    background-image: url('PopupWindowTopRight.png');
    background-repeat: no-repeat;
}

.popupwindow_left
{
    background-image: url('PopupWindowLeft.png');
    background-repeat: repeat-y;
}

.popupwindow_right
{
    background-image: url('PopupWindowRight.png');
    background-repeat: repeat-y;
}

.popupwindow_bottomleft
{
    background-image: url('PopupWindowBottomLeft.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.popupwindow_bottom
{
    background-image: url('PopupWindowBottom.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.popupwindow_bottomright
 {
    background-image: url('PopupWindowBottomRight.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.popupwindow_header
{
}

.popupwindow_header_title
{
    float: left;
    padding-left: 2px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 0px;
}

.popupwindow_header_close
{
    float: right;
    margin-top: 8px;
}

.popupwindow_header_close a img {
    border: 0px;
}

.popupwindow_content
{
    padding-top: 10px;
    vertical-align: top;
    background-color: #FFFFFF;
}

