/*²éÑ¯*/

#FormTitle {
    padding: 25px 0 !important;
    margin-bottom: 25px!important;
}
#FormBox,
.formResult {
    width: 500px;
    margin: 0 auto;
    padding: 0 !important;
}
#FormBox dt {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 170px;
    border-bottom: 0 !important;
    padding: 0 0 5px 0 !important;
    text-align: right;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#FormBox dd {
    height: auto;
    line-height: 40px;
    padding: 0;
    float: right;
    width: 310px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}
#FormBox span.ui-state-error {
    display: block;
    width: 92%;
    z-index: 2;
    font-size: 12px;
    color: red;
}
#FormBox .field-error {
    display: block;
    width: 200px;
    z-index: 2;
    font-size: 12px;
    color: red;
}
#FormBox dd .form-control {
    width: 80%;
    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 {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}
#ResultsBox tr {
    border-bottom: 1px solid #ccc;
}
#ResultsBox td {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    text-align: center;
}
#ResultsBox td.title {
    border-right: 1px solid #ccc;
    width: 28%;
    text-align: center;
    padding: 0 0 0 0;
}