/**
 * Module: Overlay windows theme
 * @version 2010-03-08
 */

.afw-am-overlay { position: absolute; background: #fff; border: 1px solid #ccc; border-right-width: 2px;
            border-bottom-width: 2px; margin: 0; padding: 0 0 32px 0; text-align: left }
.afw-am-overlay-close { position: static; border: none; clear: both; height: 16px; margin: 0;
    padding: 3px; color: #eee; cursor: pointer;
    background: url(../../../../images/shared/LGPL/nuovext-kde/16x16/actions/cancel.png) 99.9% 50% no-repeat #eee;
}
.afw-am-overlay-lock { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0px; background-color: #000; top: 0; left: 0 }
.afw-am-overlay div.content {
   background: #fff ! important;
   margin: 0;
   padding: 10px 20px 0 20px ! important;
}


