﻿/*查询*/

#FormTitle {
    padding: 25px 0 !important;
}
#FormBox,
.formResult {
    width: 460px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px 30px 0 !important;
}
#FormBox dt {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 130px;
    border-bottom: 0 !important;
    padding: 0 0 5px 0 !important;
    text-align: right;
    position: relative;
}
#FormBox dd {
    text-align: left;
    height: 40px;
    line-height: 40px !important;
    padding: 0 !important;
    float: right;
    width: 310px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}
#FormBox span.ui-state-error {
    position: absolute;
    top: 0;
    right: -450px;
    display: block;
    width: 200px;
    z-index: 2;
    font-size: 12px;
    color: red;
}
#FormBox .field-error {
    position: absolute;
    top: 0;
    right: -120px;
    display: block;
    width: 200px;
    z-index: 2;
    font-size: 12px;
    color: red;
}
#FormBox dd .form-control {
    width: 280px;
    font-size: 14px;
    padding-left: 10px;
    line-height: 34px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#formSubmit input {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
/*查询结果页*/
#ResultsBox {
    background:#fff;
    width: 500px;
    margin: 0 auto 30px auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}
#ResultsBox tr {
    border-bottom: 1px solid #ccc;
}
#ResultsBox td {
    height: 30px;
    line-height: 30px;
    padding:5px 8px;
    font-size: 16px;
}
#ResultsBox td.title {
    border-right: 1px solid #ccc;
    width: 30%;
    text-align: right;
    background:#f2f2f2
}