/* Modal Box */
#jsWidget_ModalBackground	{ position:absolute; top:0; left:0; z-index:10000; display:none; background:#000; }
#jsWidget_Modal				{ position:absolute; z-index:10001; display:none; }
#jsWidget_Modal iframe		{ display:block; width:100%; border:0;}

#frameModalBackground            { background:#000; position:absolute;top:0;left:0;z-index:10000;display:none;}
#frameModal iframe               { border:0; background:white; display:block; width:100%;}
#frameModal .header              {
    border:1px solid #e5e2d2;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAMElEQVQIHQXBMQEAIAAEoef6Z7KGm1mEvXvaxEKbWGgTQiUWpRUhE5KiEQvZotC2Dxy4Auy0qIhtAAAAAElFTkSuQmCC) 0 0;
    *background-image:url(/0/0/00/gfx/offerta_v5/std/modal-top.png);
    margin-bottom:4px;
    height:27px;
}
#frameModal .header .title{font:bold 13px/27px arial;color:#000;float:left;padding-left:5px;}
#frameModal .header img{float:right;margin:4px;display:inline;}
#frameModal{padding:4px;background:#f1ebd4;border:1px solid #fff;position:absolute;z-index:10001;display:none;}
/* */