.apple_overlay,.overlay {
    display:none;
    background:white;
    width:640px;
    padding:15px;
    font-size:11px;
    z-index:200;
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
    box-shadow:0 0 80px -20px black;-moz-box-shadow:0 0 80px -20px black;-webkit-box-shadow:0 0 80px -20px black;
    border:1px solid #EBEBEB;
    position:absolute !important;
}
.apple_overlay .close,.overlay .close {
    background:url(../images/close.png);
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index:9999;
}
.apple_overlay .close:hover,.overlay .close:hover {
     background-position: -36px 0;
}
.handler {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:35px;
    cursor:move;
    z-index:9998;
}