/*#custom {
    background-image:url(/media/img/global/commerce/box-512.png);
    width:512px;
    height:531px;
    padding:0px;
}
#custom div.close {
    right:-15px;
    top:-10px;
}
#petrol {
    background-image:url(/media/img/overlay/petrol.png);
    color:#fff;
}*/
#ben,#ben_1,#ben_2,#ben_3,#ben_4,#ben_5,#ben_6,#ben_7,#ben_8{
    /*background-image:url(images/reliable.png);*/
    background-color: #444;
    color:white;
    padding:50px 70px;
    font-size: 12px;
    line-height: 18px;
    font-family: arial, sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9B9B9B;

}

.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(images/ac/transparen_line2.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
    */
    width:640px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}


/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(images/close.png);
    position:absolute; right:-15px; top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}