
#interstitialAdUnit {
    width: 300px;
    height: 330px;
    z-index: 16777272;
    position:fixed;
    top:15%;
    left:40%;
    /*margin-top:-150px;
    margin-left:-275px;*/
}
#interstitialBackground {
    position: fixed;
    left: 0;
    top: 0;
    background-color: black;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 16777270;
}


#interstitialTitle {
   /* width:300px;*/
    height: 30px;
    clear: both;
    color:white;
    width:100%;
   margin:0 auto;
   text-align:center;
   /*background-color: white;
   padding-top:100px;*/
    
}
#interstitialLeft {
    /*float:left;
    width:300px;
   width:100%;*/
   margin:0 auto;
   text-align:center;
    height:250px;
    padding-right:20px;
}

#interstitialRight {
    cursor: pointer; 

    width:230px;
    height: 80px;
    float: left;
    
    color: gray;
    
}

#interstitialRightText{
    /*line-height: 80px;*/
    font-size: 10pt;
}

#closeAdText {
    width:160px;
    float:left;
}

#closeAdX {
    width: 60px;
    font-size: 60px;
    line-height: 80px;
    float: left;
    font-family: "Arial", Helvetica, sans-serif;
}

#whyThisAd {
    background-color: white;
    float:left;
    width:230px;
    height: 150px;
    margin-top: 20px;
    
}

#whyThisAdContent {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.top_load_close{background: none repeat scroll 0 0 #000000;color: #FFFFFF;font-family: Arial;font-size: 9pt;height: 25px;width:99%;}
.top_load{float:left;padding:2px 0px 0 10px;}
.top_close{float:right;padding:2px 10px 0 0;position: relative;cursor: pointer;}
.top_ad_spacing{clear:both;padding:1px;}