#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center;
    background-color: #ffffff;
    z-index: 1011;
   /* color: black;*/
    overflow:  auto;
    /*
    min-height:557px;
    min-width: 762px;
    */
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 1010;
}

.ui-dialog.custom-theme.afptc-fit-guide{
    z-index: 1012;
}

div#aw-afptc-popup {}


