.bold
{
    font-weight: bold;
}
.org
{
    color: #fe8007;
}
.white
{
    color: #fff;
}
.red
{
    color: #f00;
}
.gray
{
    color: #999;
}
.orange
{
    color: #d96d03;
}
.blue
{
    color: #014ccc;
}
.green
{
    color: #157c10;
}
.tips
{
    border: 1px solid #edd28b;
    background: #fffdee;
    margin: 10px auto;
    padding: 5px 10px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    clear: both;
}
.tips .notice, .tips .success, .tips .error
{
    display: block;
    font-size: 14px;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
}
.tips .success
{
    background: url(../image/tips-success.gif) no-repeat;
    color: #008000;
    height: 33px;
    line-height: 33px;
    padding-left: 50px;
}
.tips .tanhao
{
    background: url(../image/tips-notice.gif) no-repeat;
    color: #f00;
}
.tips .notice
{
    background: url(../image/tips.png) no-repeat;
    color: #f00;
    background-position: 3px -194px;
    border-color: #ffcc7f;
    background-color: #ffffe5;
}
.tips .error
{
    background: url(../image/tips-error.gif) no-repeat;
    color: #f00;
}
.tips .lock
{
    background: #fff url(../image/locked.gif) no-repeat 6px 50%;
    font-size: 12px;
    zoom: 1;
    padding-left: 30px;
}
.tip-comment
{
    color: #999;
    margin-left: 10px;
    line-height: 30px;
}
.tip-image
{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/tip-image.png) no-repeat;
    color: #999;
    margin-left: 10px;
    line-height: 30px;
}
.locked
{
    overflow: hidden;
    margin: 10px 0;
    padding: 8px 8px 8px 24px;
    border: 1px dashed #ff9a9a;
    background: #fff url(../image/locked.gif) no-repeat 6px 50%;
    font-size: 12px;
    zoom: 1;
}
.select, .input, .textarea
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 1px;
}
.select
{
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
    outline: none;
    border: 1px solid #86a1c0;
}
.input
{
    color: #999;
    width: 260px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d9d9d9;
    padding: 3px 5px;
    outline: none;
}
.textarea
{
    color: #999;
    width: 400px;
    border: 1px solid #d9d9d9;
    padding: 3px 5px;
    outline: none;
    width: 400px;
    height: 100px;
    resize: none;
}
select.select:focus, textarea.textarea:focus, input.input:focus
{
    border-color: #377bcb;
    color: #666;
}
input.title
{
    background: url("/html/image/ruler.gif") repeat-x scroll 0 9px rgba(0,0,0,0);
}
.table
{
    margin: 10px auto;
}
.table tr td
{
    border-bottom: 1px solid #ddd;
}
.table tr th
{
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    text-align: left;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #666;
}
.table td
{
    height: 48px;
    line-height: 22px;
    text-align: left;
    padding-left: 5px;
}
.table td.gray
{
    color: #9f9f9f;
}
.table td.num
{
    color: #666;
}
.table td span
{
    color: #666;
}
.table td span.org
{
    color: #f60;
}
table.book, table.minform
{
    line-height: 30px;
}
table.book th, table.minform th
{
    width: 80px;
    text-align: right;
    padding: 5px;
    color: #666;
    vertical-align: top;
    width: 100px;
}
table.book td, table.minform td
{
    text-align: left;
    padding: 5px;
    color: #63931e;
}
table.list
{
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    border-bottom: none;
}
table.list th
{
    background: #f1f1f1;
    padding: 3px 8px;
}
table.list tr td, table.info tr th
{
    border-bottom: 1px solid #dfdfdf;
}
table.list tr td
{
    height: 35px;
    line-height: 35px;
    color: #9d9696;
    text-align: left;
    padding: 3px 8px;
}
table.list tr th
{
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #646464;
}
table.form
{
    font-size: 14px;
    margin: 15px auto;
    color: #666;
    width: 780px;
}
table.form th
{
    width: 150px;
    text-align: right;
    font-weight: normal;
    line-height: 30px;
    vertical-align: top;
    padding-top: 6px;
}
table.form td
{
    padding: 5px 2px;
    text-align: left;
    line-height: 30px;
}
table.form input, table.form select, table.form textarea
{
    vertical-align: middle;
    font-size: 14px;
}
label input
{
    margin: auto 5px;
    vertical-align: middle;
}
table.info
{
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    border-bottom: none;
}
table.info th
{
    background: #f1f1f1;
    width: 140px;
    padding: 3px 8px;
}
table.info tr td, table.info tr th
{
    border-bottom: 1px solid #dfdfdf;
}
table.info tr td
{
    height: 35px;
    line-height: 35px;
    color: #666;
    text-align: left;
    padding: 3px 8px;
}
table.info tr th
{
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #646464;
    width: 100px;
}
ul.group-list
{
    width: 90%;
    max-width: 1000px;
    min-width: 400px;
    margin: auto 5px;
    list-style: disc outside none;
}
ul.group-list li
{
    white-space: nowrap;
    float: left;
    width: 100px;
    height: 25px;
    padding: 3px 5px;
}
.w-20
{
    width: 20px;
}
.w-30
{
    width: 30px;
}
.w-50
{
    width: 50px;
}
.w-60
{
    width: 60px;
}
.w-80
{
    width: 80px;
}
.w-100
{
    width: 100px;
}
.w-180
{
    width: 180px;
}
.w-150
{
    width: 150px;
}
.w-200
{
    width: 200px;
}
.w-240
{
    width: 240px;
}
.w-280
{
    width: 280px;
}
.w-300
{
    width: 300px;
}
.w-400
{
    width: 400px;
}
.w-500
{
    width: 500px;
}
.w-600
{
    width: 600px;
}
.w-700
{
    width: 700px;
}
.w-800
{
    width: 800px;
}
.w-1000
{
    width: 1000px;
}
.wh-20
{
    display: block;
    width: 20px;
    height: 20px;
}
.wh-30
{
    display: block;
    width: 30px;
    height: 30px;
}
.wh-50
{
    display: block;
    width: 50px;
    height: 50px;
}
.wh-100
{
    display: block;
    width: 100px;
    height: 100px;
}
.wh-150
{
    display: block;
    width: 150px;
    height: 150px;
}
.wh-200
{
    display: block;
    width: 200px;
    height: 200px;
}
.wh-300
{
    display: block;
    width: 300px;
    height: 300px;
}
.wh-400
{
    display: block;
    width: 400px;
    height: 400px;
}
.s-5
{
    clear: both;
    width: 100%;
    height: 5px;
    font-size: 0;
    overflow: hidden;
}
.s-8
{
    clear: both;
    width: 100%;
    height: 8px;
    font-size: 0;
    overflow: hidden;
}
.s-10
{
    clear: both;
    width: 100%;
    height: 10px;
    font-size: 0;
    overflow: hidden;
}
.s-15
{
    clear: both;
    width: 100%;
    height: 15px;
    font-size: 0;
    overflow: hidden;
}
.s-20
{
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow: hidden;
}
.s-30
{
    clear: both;
    width: 100%;
    height: 23px;
    font-size: 0;
    overflow: hidden;
}
.s-50
{
    clear: both;
    width: 100%;
    height: 50px;
    font-size: 0;
    overflow: hidden;
}
.s-100
{
    clear: both;
    width: 100%;
    height: 100px;
    font-size: 0;
    overflow: hidden;
}
.s-150
{
    clear: both;
    width: 100%;
    height: 150px;
    font-size: 0;
    overflow: hidden;
}
.mgr10
{
    margin-right: 10px;
}
.button
{
    width: 120px;
    height: 35px;
    cursor: pointer;
    padding-bottom: 2px;
    line-height: 30px;
    font-family: "Microsoft YaHei","SimHei";
    color: #fff;
    background: #e53336;
    border: 0;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.button:hover
{
    background: #e53336;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.yellow_btn, a.yellow_btn, input.yellow_btn, .red_btn, a.red_btn, input.red_btn
{
    display: inline-block;
    padding: 3px 18px;
    height: 30px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f37f1f;
    cursor: pointer;
}
.red_btn, a.red_btn, input.red_btn
{
    border: 1px solid #f598b6;
    background: #fa6192;
}
a.yellow_btn:hover, a.red_btn:hover
{
    text-decoration: none;
}
button::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
.pink_btn, a.pink_btn, input.pink_btn, .blue_btn, a.blue_btn, input.blue_btn, .green_btn, a.green_btn, input.green_btn
{
    display: block;
    width: 120px;
    height: 36px;
    color: #fff!important;
    font-size: 16px;
    cursor: pointer;
    border: none;
    font-weight: bold;
    letter-spacing: 3px;
}
.pink_but:hover, a.pink_btn:hover, input.pink_btn:hover
{
    opacity: .9;
    text-decoration: none;
}
.blue_btn:hover, a.blue_btn:hover, input.blue_btn:hover
{
    opacity: .9;
    text-decoration: none;
}
.green_btn:hover, a.green_btn:hover, input.green_btn:hover
{
    opacity: .9;
    text-decoration: none;
}
.pink_btn, a.pink_btn, input.pink_btn
{
    background: url(../image/pink.png) no-repeat;
    text-align: center;
    line-height: 36px;
}
.blue_btn, a.blue_btn, input.blue_btn
{
    background: url(../image/blue.png) no-repeat;
    text-align: center;
    line-height: 36px;
}
.green_btn, a.green_btn, input.green_btn
{
    background: url(../image/green.png) no-repeat;
    text-align: center;
    line-height: 36px;
}
.pbtn, a.pbtn, .pbtnc, a.pbtnc, .mpbtn, a.mpbtn, .mpbtnc, a.mpbtnc
{
    vertical-align: middle;
    overflow: hidden;
    margin-right: 3px;
    padding: 0;
    height: 23px;
    border: 1px solid #999;
    text-align: center;
    background: #e5e5e5 url(../image/pn.png) repeat-x 0 0;
    cursor: pointer;
    -moz-box-shadow: 0 1px 0 #e5e5e5;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    letter-spacing: 1px;
    padding: 1px 10px;
    display: inline-block;
    color: #444;
}
.pbtn:active
{
    background-position: 0 -23px;
}
a.pbtn, a.pbtnc
{
    height: 21px;
    line-height: 21px;
    color: #444!important;
}
.mpbtn, a.mpbtn, .mpbtnc, a.mpbtnc
{
    height: 26px;
    color: #444!important;
    font-weight: bold;
}
a.mpbtn, a.mpbtnc
{
    line-height: 26px;
}
a.pbtn:hover, a.mpbtn:hover, a.pbtnc:hover, a.mpbtnc:hover
{
    text-decoration: none;
}
.pbtnc, a.pbtnc, .mpbtnc, a.mpbtnc
{
    border-color: #235994;
    background-color: #06c;
    background-position: 0 -48px;
    color: #fff!important;
}
.pbtnc:active
{
    background-position: 0 -71px;
}
a.red
{
    color: #f00!important;
}