.modal {
    padding:15px;
    line-height:22px;
}
p.modalheading {
    font-size:24px;
    font-weight:bold;
    color:#A67EAC;
    margin-bottom:0px;
}
.modalinput {
    font-size: 14px;
    padding: 6px 12px;
    height: 20px;
    width:200px;
    color: #865E8C;
    border: 1px solid #A67EAC;
    border-radius: 4px;
}
.modalbutton {
    height: 34px;
    width: 90px;
    border-radius: 5px;
    border:0px;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 0px 10px 0px 10px;
    font-size: 18px !important;
    background-color: #865E8C;
    cursor: pointer;
}
.modalbutton:hover {
    background-color:#A67EAC;
}
.submitbutton:hover {
    background:#dd6F00;
    border:1px solid #dd6F00;
    border-radius:5px;
}
.submitbutton {
    height:35px;
    width:90px;
    border:1px solid #562E5C;
    border-radius:5px;
    margin: 10px 0px 10px 0px;
    color:#fff;
    padding:0px 10px 0px 10px;
    font-size: 18px !important;
    background: #562E5C;
    cursor:pointer;
}