﻿#divBlanket
{
    /*background-color: #121212;     background-image: url(/images/bg/dot-1.gif); */
    opacity: 0.65;
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(/images/bg/maskBG.png) !important;
    background-color: transparent !important; /*z-index: 200;     position: absolute;     opacity: .4;     filter: alpha(opacity=40);     margin: 0px;     display: none;     background-repeat: repeat;     top: 0px;     left: 0px;*/
}
#divModal, #divModalContent, #divModalPopUrl
{
    display: none;
    padding: 0px;
    border: 0px solid #000000;
    position: absolute;
    background: transparent;
    z-index: 9002;
}
.out
{
    background: #bbb;
    border: 1px solid #bbb;
}
.in
{
    /*position: relative;*/
    padding: 0px;
    border: 1px solid #fff;
}
.ltin
{
    left: -5px;
}
.tpin
{
    top: -5px;
}
.narrow
{
}

