.optinlock_popup{
    display:block;
    overflow:hidden;
    position:fixed;
}

.optinlock_popup-popup-titlebar{
    //float:right;
    background-color:green !important;
}
.optinlock_popup.ui-dialog{
    z-index:2;
}
.optinlock_popup .ui-popup-titlebar{
    position:relative;
    top:0;
    right:0;
    float:right;
}
.optinlock_popup button{

    float:right;
    background:url(images/ui-close.png) no-repeat;
    width:30px; height:30px; cursor:pointer;
    margin: 0;
    padding:0;
    border:0;
}
.ui-widget-overlay {
    background: #000;
    opacity: .6;
    filter: Alpha(Opacity=60); /* support: IE8 */
    position:fixed;top:0;left:0;width:100%;height:100%
}
.ui-front{z-index:100}
