#waiting_form {
    width: 50%;
    margin: auto !important;
}


button {
    width: auto;
    background: #08c;
    border: 1px solid #06a;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}