.button-disabled {
    background-color: #c0c0c0; /* grey */
    color: #ffffff; /* white text */
    cursor: not-allowed; /* display the "no action" cursor */
}

#submitButton {
display: block;
margin: 30px 20px 20px 0;
width: 200px;
height: 41px;
font-weight: 700;
}

#notes {
width: 100%;
height: 140px;
}

.gwd_alert_message {
    color: #000;

    font-weight: 700;
    font-size: 1.2em;
    margin: 20px 20px 20px 0;
}

.payment_button {
    display: block;
    font-size: 18px;
    margin: 30px 20px 20px 0;
    width: 300px;
    height: 100px;
    font-weight: 700;
}