﻿.input_box {
    width: 350px;
    height: 30px;
    border: #999999 solid 1px;
    border-radius: 1px;
}

.validateCode_box {
    width: 100px;
    height: 30px;
    border: #999999 solid 1px;
    border-radius: 1px;
}

.hd_title {
    background: #015293;
    color: #fff;
    font-size: 16px;
    padding-left: 8px;
}

.hd td {
    font-size: 14px;
    line-height: 30px;
    padding: 3px 3px 3px 8px;
}

.hd {
    width: 980px;
    height: auto;
    margin: 0px auto;
}


table{
margin: 10px auto;
}

.articleContent{
    padding: 20px;
}

.radiobuttonlist{
margin-left: 10px;

}

.label{
text-align: right;
    padding-right: 8px;
    width: 150px;
    background: #F8F8F8;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;

}
table, td {
    border-collapse: collapse; 
}

.h5-mobile .hd{width:auto;}