.appriseOverlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.3);
    display:none;
    z-index:99999999;
}
.appriseOuter {
    background:#eee;
    border:5px solid #757575;
    position:absolute;
    z-index:99999999;
    min-width:200px;
    min-height:50px;
    max-width:75%;
    position:fixed;
    display:none;
}
.appriseImg {
    padding:2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.appriseImg span {
    padding-right: 10px;
    font-weight: bolder;
    font-size:14px;
    text-align:center;
}
.appriseInner {
    padding:20px;
    color:#333;
    text-shadow:0px 1px 0px #fff;
}
.appriseInner button {
    padding:4px 10px;
    margin:0 3px;
}
.appriseInner button:hover {
    color:#e6e6e6C;
}
.aButtons, .aInput {
    margin:20px 10px 0px 10px;
    text-align:center;
}
.aTextbox {
    border:1px solid #aaa;
    width:180px;
    font-size:12px;
    font-weight:bold;
    padding:5px 10px;
}

.carregarOverlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.3);
    display:none;
    z-index:99999999;
}

.carregarOuter {
    background:#FFF;
    border:5px solid #757575;
    position:absolute;
    z-index:99999999;
    min-width:200px;
    min-height:50px;
    max-width:75%;
    position:fixed;
    display:none;
}
.carregarInner {
    padding:20px;
    text-shadow:0px 1px 0px #fff;
}

#msg_progress_bar{
    text-align: center;
}