/*
#submitNumber
{
    margin-top: 5px;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle; 
    background: #B2D8D8;
    border-color: #B2D8D8;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    border-width: 0px;
    zoom: 1;
}
#phoneNumber
{
    text-align: center;
}
*/
#rsvpButtonIndex
{
    margin-top: 5px;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 18px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle; 
    background: #EEDA6E;
    border-color: #B2D8D8;
    border-style: solid;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 5px;
    border-width: 0px;
    zoom: 1;
}