.apple_overlay {
    display:none;
    width:40%;
    font-size:11px;
    background: #fff;
    background-image: none;
    border: 1px solid #5CB85C;
    border-radius: 5px;
}
.apple_overlay .close {
    background-image:url('../img/close.png');
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}