#modal-overlay{position:fixed; top:0; left:0; opacity:0.8; background:#fff;width:100%;height:100%;z-index:20;}
#modal-overlay.loading{background: #fff url(modalbox/loadinfo.net.gif) no-repeat center;}
#modal{position:fixed; top:0; left:0; width:100%;z-index: 21;}
#modal #modal-window{margin:auto;width:429px;}
#modal #modal-window .content{background: url(modalbox/modal-content-fnd.png) repeat-y; }
#modal #modal-window .content img{padding:20px;float:left;}
#modal #modal-window .content p{float:left;padding:30px 0 20px;color:#000; width:271px;font-size:14px;}
#modal #modal-window .buttons{height:40px; background: url(modalbox/modal-buttons-fnd.png) repeat-y;}
#modal #modal-window .buttons a{width:72px; height:20px; float:right;color:#000;margin:10px 10px 0 0; padding:5px 0 0 23px; font-size:12px; font-weight:bold; text-decoration:none; text-align:center;}
#modal #modal-window .buttons a.acept{background: url(modalbox/modal-button-acept.png) no-repeat;}
#modal #modal-window .buttons a.cancel{background: url(modalbox/modal-button-cancel.png) no-repeat;}
#modal #modal-window .buttons a:hover.acept{background: url(modalbox/modal-button-acept-hover.png) no-repeat;}
#modal #modal-window .buttons a:hover.cancel{background: url(modalbox/modal-button-cancel-hover.png) no-repeat;}
#modal #modal-window .bot{height:12px; background: url(modalbox/modal-bot-fnd.png) no-repeat;}
