input[type=text]:read-only {
    background-color: #D8D8D8;
}

.amount_box {
    background: #EDF7FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000000D;
    border: 1px solid #0A579B;
    border-radius: 4px;
    /* height: 100%; */
    padding: 20px;
    margin:0px;
}

.txt24 {
    font-size: 24px;
}

a.btn-down button[type=button] {
    background: #0A579B 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
    border-style: none;
    width: 150px;
    height: 40px;
}