/**
 * Loading.css 2015/08/21
 *
 */
 
.loading {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 135px;
    visibility: hidden;
    z-index: 9999;
}

.loading .inner {
    background-color: white;
    box-shadow: 0 0 20px 0 #666666;
    text-align: center;
    width: 145px;
    height: 130px;
    margin: 0;
    border-radius: 7px;
}

.loading .img {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    width: 100px;
    height: 115px;
    background-position: 0px 15px;
    margin: auto;
}

.loading .text {
    position: absolute;
    width: 145px;
    top: 35px;
    text-align: center;
    margin: 20px 0px 15px 0px;
}

.loading .text .moto {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: #696969;
}

.loading .text .shadow {
    margin:0;
    padding:0;
    width: 100%;
    filter: flipV alpha(opacity=10);
}

.loading_disableBox {
    position: absolute;
    margin:0;
    padding:0;
    border:none;
    visibility: hidden;
    background-color: white;
    filter:alpha(opacity=60);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity:0.60;
    z-index: 9998;
}