﻿/*--------------------------------内容左边 CSS--------------------------------------*/


.reservation
{
    border-bottom: 1px #b5a668 dashed;
    height: 22px;
    margin: 19px auto 0;
    width: 188px;
}
.toEnter
{
    margin: 13px auto 0;
    width: 182px;
}
.toEnter input
{
    background: #fcf6e1;
    border: 1px #898989 solid;
    color: #9d8349;
    height: 14px;
    margin-right: 11px;
    padding-top: 2px;
    text-align: center;
    width: 84px;
}
.quantity
{
    margin: 13px auto 0;
    width: 184px;
}
.quantity input
{
    background: #fcf6e1;
    border: 1px #898989 solid;
    color: #9d8349;
    padding-top: 2px;
    height: 14px;
    width: 25px;
}
.bespeak
{
    hegiht: 18px;
    margin: 17px auto 18px;
    width: 55px;
}
.hotline
{
    margin: 0 auto;
    width: 215px;
}
.reserveInput
{
    text-align:center;
}

