/* *
 * module: Overlay
 * * * * * * * * * */
.afw-am-overlay
{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eee;
    border: 1px solid #333;
    padding: 11px;
}
.afw-am-overlay-close
{
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 2px;
    color: #ddd;
    font-size: 6pt;
    font-weight: bold;
    line-height: 0.7em;
    background-color: #955;
    border: 1px solid #333;
    cursor: pointer !important;
}
.afw-am-overlay-lock
{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    top: 0px;
    left: 0px;
}
.afw-am-overlay *
{
    cursor: auto;
}

