/**
  * Sticky Profit Builder Standard
  * v0.0.4
  * URI: http://www.vast9.com
**/

.stkp_promote{
    padding:5px 0;
    margin:0;
    text-align:center;
}
    
.stkp_promote a{
    padding:1px 7px;
    line-height:22px;
    font-size:13px;
    display:inline-block;
    background:black;
    margin:0 0 0 10px;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.stkp_promote a{margin:0 auto; display:inline-block}

.stkp_glowy_widget{
    position:relative;
    z-index:100;
}

div#stkp-ad-overlay{
    width: 100%;
    height: 100%;
    background: black;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    
    position:fixed;
    top:0;
    left:0;
    z-index: 999999980;
    
    display: none;
}