.simple_overlay
{
    z-index: 10000;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    background-color: #333;
    min-height: 200px;
    width: 675px;
    display: none;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close
{
    background-image: url(../image/subject/close.png);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -15px;
    cursor: pointer;
    right: -15px;
}

