#BOXBG[id] {
position:fixed;
}
#BOXBG {
background-color:#000000 !important;
height:100%;
left:0pt;
margin:auto;
position:absolute;
top:0pt;
width:100%;
z-index:9998;
display:none;
opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity : 0.5; filter: alpha(opacity=50);
}

#BOX { display: none; position: absolute; background: #ffffff; color: #333; text-align: center; border: 1px solid #636D61; top: 70px; z-index: 9998; }

/*.BOX_border{height:100%; width:100%; background:#333; color:#fff; text-align: center; font-size:14px; padding:5px; clear:none; }*/
.BOX_border{height:100%; width:auto; background:#333; color:#fff; text-align: center; font-size:14px; padding:5px; clear:none; margin-left:-90px; }
.BOX_content{height:100%; width:100%; background:#fff; text-align:center; vertical-align:50%}