.loadmodal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.52);
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 20px;
    /*border: 1px solid #67CFF5;*/
    /*width: 200px;
            height: 100px;*/
    display: none;
    position: fixed;
    /*background-color: White;*/
    z-index: 1000;
    padding: 15px;
    /*margin-top:10%;*/
}
.loadimg{
    box-shadow:3px 3px #273648;
}
.loadimg img{
    /*width: 32%;*/
}
.loadtxt{
    color:#fff;
    margin-bottom:10px;
}
