.ywboxes input {
    width: 80px;
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 1.1em;
    height: 2em;
    border-radius: 4px;
    text-align: center;
}
.ywsearchtype { text-transform: uppercase; padding-bottom: 20px; }
.ywboxes {
    text-align: center;
    padding-bottom: 20px;
}

.ywbuttons { text-align: center; }
    .ywbuttons .button {
        display: inline-block;
        color: #fff;
        border: 1px solid #CCC;
        border-radius: 4px;
        background: #003263;
        padding: 5px;
        text-align: center;
        width: 80px;
        cursor: pointer;
        line-height: 1.1rem;
        font-size: 1.1rem;
    }
        .ywbuttons .button.active {
            color: #fff;
            background: #7698b3;
            border: 1px solid #003263;
        }
        .ywsearch { text-align: right; padding-top: 20px; }

        .boatlistingoptions th { text-align: left; }
