.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;
}
