#backgroundBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
	background:transparent url(../image/halftransparent.gif) repeat scroll 0 0
}
#loadingBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999995;
    visibility: hidden;
    display: none;
    background: transparent url(../image/ajax-loader_2.gif) no-repeat top center;
    width: 150px;
    height: 150px;
    opacity: 1 !important;
    filter: alpha(opacity = 100)!important;
}
