
#overlay { background: url(../images/black-bg.png) repeat; height: 100%; width: 100%; position:fixed; top: 0; left: 0; z-index:5000; display: none; }

.folk-modal-container, #modal-container {position:absolute; border:1px solid #ccc; z-index: 5001; background: #fff; max-width: 70%;}

.folk-modal-container .folk-modal-close-icon , #modal-container .folk-modal-close-icon {position:absolute; cursor: pointer; top:10px; right:10px; height:12px; width:12px; background: url(../images/btn_remove.gif) no-repeat;}

