@charset "utf-8";

.x-mask-msg-text {
    background-repeat: no-repeat;
    background-position: center 0
}

.x-mask-msg-inner {
    background-color: transparent;
    color: #666;
    font: normal 13px;
}

.x-mask-msg {
    z-index: 20001;
    position: absolute
}

.x-mask-msg {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    background-color: #e5e5e5
}

.x-mask {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    zoom: 1
}

.x-mask {
    filter: alpha(opacity = 70);
    opacity: .7;
    background: white
}