﻿.watermark{background:#faf}

.popupControl
{
    background:#aad4ff;
    position:absolute;
    visibility:hidden;
    border-color:Black;
    border-width:2px
}
.popupControl,.modalPopup
{
    border-style:solid
}
.modalBackground
{
    background:Gray;
    filter:alpha(opacity=70);
    opacity:0.7
}
.modalPopup
{
    background:White;
    border-width:3px;
    border-color:Gray;
    padding:3px;
    width:250px
}
