.box-booking-octorate {
    background-color: #c6c6c629;
    padding: 10px;
}

.octobook {
    margin: 0 auto;
    width: 723px;
}

.octobook-date, .octobookpax {
    color: #0b2e13;
    padding-right: 25px !important;
}


.octobooksubmit input[type=submit] {
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.octobooksubmit input[type=submit]:hover {
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    background-color: #68a54b;
}

.octobooksubmit input[type=submit]:active {
    position: relative;
    top: 1px;
}