/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(../../images/popup/my_petrol.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:269px;         
     
    /* 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 div.close { 
    background-image:url(../../images/popup/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.details{
color: #fff;
direction:rtl;
position: absolute;
right:50px;
top:50px;
font-family: tahoma;}
.details h2{color:#3dc153;}
.details .title{clear:both;color:#15a990;padding-top:20px;}
.details div{clear:both;width:285px;padding-top:2px}
.details dt{position: absolute;padding-top:15px;}
.details dl{position: absolute;right:250px;
top:37px;padding-top:15px;}
.apple_overlay > img{position: absolute;left:50px;
top:70px;}

