.appriseOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

#aOverlay {
    z-index: 15000000;
}

.appriseOuter {
    background: #fff;
    border: 0px solid #081C42;
    box-shadow: 0 0 10px #023254;
    -moz-box-shadow: 0 0 10px #023254;
    -webkit-box-shadow:0 0 10px #023254;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    position: absolute;
    z-index: 99999999;
    min-width: 200px;
    min-height: 50px;
    max-width: 75%;
    position: fixed;
    display: none;
    top: 50% !important;
    transform: translateY(-50%);
}

.appriseInner {
    padding: 20px;
    color: #333;
}

    .appriseInner button {
        border: 1px solid #01AEF0;
        border-radius: 3px;
        background-color: #01AEF0;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 10px;
        margin: 0 3px;
        cursor: pointer;
    }

        .appriseInner button:hover {
            color: #FFFFFF;
            background-color: #01AEF0 ;
            text-decoration: none;
        }

.aButtons, .aInput {
    margin: 20px 10px 0px 10px;
    text-align: center;
}

.aTextbox {
    border: 1px solid #aaa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    -webkit-box-shadow: 0px 1px 0px #fff;
    width: 180px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}
