BODY
{
    overflow:hidden;
}

.OTPBackground
{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:Black;
    opacity:.6;
    filter:alpha(opacity=60);
    z-index:100;
}

.OTP
{
    display:none;
    position:relative;
    width:763px;
    height:579px;
    background:url(../Images/OTP/otp.png);
    z-index:150;
}

.OTP H1,
.OTP P
{
    display:none;
}

.OTP IMG
{
    position:absolute;
    border:none;
}

.OTP .Close
{
    top:22px;
    right:24px;
    z-index:200;
    cursor:pointer;
}

.OTP .Logo
{
    top:71px;
    left:91px;
}

.OTP .VisitNewSite
{
    top:354px;
    left:88px;
}