#loading {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url('/images/shadow.png');
    z-index: 10000;
}
#loading div {
    width: 150px;
    margin: 15% auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
/*
#axcrt{
    position: fixed;
    z-index: 1000;
    display: none;
    width: 250px;
    height: 50px;
    padding-top: 25px;
    border: 2px solid #036169;
    background: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.shadow {
    -moz-box-shadow: 1px 1px 5px #5a5a5a;
    -webkit-box-shadow: 1px 1px 5px #5a5a5a;
    box-shadow: 1px 1px 5px #5a5a5a;
}
*/

/*some fix*/
.fl {
    float: left;
    margin: 0 15px 15px 0;
}
#page #content-tab-1 ul, #page #content-tab-2 ul, #page #content-tab-3 ul {
    margin-bottom: 15px;
}