﻿.bookForm{
    width:40%;
    height:auto;
    margin:50px auto;
    min-width:500px;
}
.bookFormTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 24px;
    color: #ffb532;
    font-weight:bold;
    text-align:center;
}
.bookFormList{
    width:100%;
    height:auto;
}
.bookFormList li{
    width:100%;
    margin-bottom:20px;
}
    .bookFormList li .twoList {
        width:50%;float:left;
        line-height:40px;
        margin-bottom:20px;
    }

.bookFormList li input {
    width: 98%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-indent: 20px;
}
    .bookFormList li button {
        width: 98%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ffb532;
        background-color: #ffb532;
        text-align: center;
        color:#fff;
        font-size:16px;
        cursor:pointer;
    }


.bookFormInput {
    width: 98%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-indent: 20px;
}
.bookFormButton {
    width: 98%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #00155d;
    background-color: #00155d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.bookFormSelect {
    width: 96%;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    color:#999;
}