#global_loading_layer {
display: none;
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 100%;
width: 100%;
background: url(../layout/loading/global_loading_bg.png);
z-index: 1000;
}
#global_loading_box {
position: relative;
top: 50%;
left: 50%;
margin: -100px 0px 0px -79px;
width: 116px;
padding: 20px;
background: url(../layout/loading/global_loading_box_bg.png);
border: 1px solid #2d7096;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#global_loading_picture {
background-image: url(http://www.simowie.info/templates/stl_670/layout/loading.png);
background-position: -22px -862px;
width: 116px;
height: 116px;
margin: 0px auto 15px auto;
}
#global_loading_text {
color: #67d8f7;
font: bold 16px Calibri, Verdana;
text-align: center;
}