body {
margin:0;
padding:0;
height:100%;
}

#loadBoxOverlay {
display:none;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
z-index:10000;
opacity:0.75;
filter: alpha(opacity=75);
}

#loadBox {
display:none;
position: absolute;
z-index:11001;
padding:16px;
}

#loadBox .close {
position:absolute;
top:0;
right:0;
height:32px;
width:32px;
background:transparent url('../images/boxOnLoad/close.png') top right no-repeat !important;
cursor:pointer;

}

#loadBox .content {
font-size:13px;
color:#000;
background-color:#fff;
padding:5px;
width:auto;
height:auto;
border:#2e70ad solid 10px;
}

#loadBoxSpinner {
position: absolute;
z-index:11001;
width:100%;
height:30px;
background:transparent url('../images/boxOnLoad/loading.gif') center center no-repeat;
}