.loading{  
    width:120px;  
    height:56px;  
    position: absolute;  
    top:38%;  
    left:25%;  
    line-height:56px;  
    color:#fff;  
    padding-left:60px;  
    font-size:15px;  
    background: #000 url(../img/line/loader.gif) no-repeat 10px 50%;  
    opacity: 0.7;  
    z-index:9999;  
    -moz-border-radius:20px;  
    -webkit-border-radius:20px;  
    border-radius:10px;  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	display:none;	
}  

#fullbg { 
background-color:#000; 
left:0; 
opacity:0.5; 
position:absolute; 
top:0; 
z-index:9998; 
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity:0.5; 
width:100%;
height:100%;
display:block;
} 

.body_dial{ padding-bottom:50px; height: auto;}
.dial{ position: fixed; width: 100%; background: #009afe; bottom: 0; height: 40px;}
.dial img{ display: block; height: 40px; width: 320px; margin: 0 auto;}
