body {
    font-size: 14px;
    background: #f8f8f8;
}

.wrapper_content_box {
    width:1200px;
    margin:0 auto;
}

.container-bd {
    background-color: #fff;
    margin: 0px auto;
    padding: 26px 15px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    box-shadow: 0 1px 1px 1px #CCC;
}
.container .page-title {
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.container .mod {
    margin-bottom: 18px;
}

.form-horizontal .form-table {
    width: 100%;
    table-layout: fixed;
}
.form-horizontal .form-table td {
    padding-bottom: 20px;
}
.form-horizontal .form-table td.item-label {
    text-align: right;
}
.form-horizontal .form-table td.item-label label {
    display: block;
    font-weight: 700;
    color: #666;
    padding-top: 6px;
}
.form-horizontal .form-table td.pure-text {
    padding-top: 6px;
}
.form-horizontal .form-table td .button-link {
    line-height: 30px;
}
.form-horizontal .form-table td .button-link a {
    color: #0a8abf;
}
.form-horizontal .form-table .buttons td {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.payment img {
    width: 100px;
    border: 2px solid #e6e6e6;
    padding: 2px;
    height: 34px;
    cursor: pointer;
}
.payment img:hover {background: #f8f8f8;}
.payment img.current {
    border-color: #AECD32;
}

.button-input {
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Arial,'宋体';
    text-decoration: none;
    line-height: 34px;
    height: 34px;
    border: 0;
    text-align: center;
    font-weight: 700;
    background: #347ab6;
    color: #fff;
}
