#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #000000;
}

#aw_popup_window {
    position: fixed;    
    z-index: 1010;
    background: #ffffff;
    top: 0;
    left: 0;
    border: solid 1px;
    border-radius: 6px;
    padding: 10px;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;    
    height: 30px;
    position: absolute;
    right: -11px;
    top: -14px;
    width: 30px;
    z-index: 1103;
}