@CHARSET "ISO-8859-1";
.modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}
    
.modal h2 {
    /*background:url(/img/global/info.png) 0 50% no-repeat;*/
    line-height: 20px;
    background:#EDEEFF;
    margin:0px;
    color: red;	
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
}
.apple_overlay {
    display:none;/* initially overlay is hidden */
    background-color: #FFFFFF;
    background-image:url(../img/white.png);
    width:650px;        
    padding:35px;
    font-size:11px;
}
.apple_overlay .close {
    background-image:url(../img/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}