.container {width: 600px; margin: 20px auto;}
button { padding: 0 10px; }
.text-info { color: #ff7300;}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.hide {
    display: none;
}

#formBox {
    width: 550px;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px auto;
}

.frm-witem {
    width: 516px;
    height: 55px;
    margin-top: 10px;
    margin-left: 10px;
}

.frm-item {
    width: 516px;
    height: 150px;
    margin-top: 10px;
    margin-left: 10px;
}

.frm-label {
    display: inline-block;
    width: 7em;
    font-size: 14px;
}

.frm-error {
    font-size: 14px;
    text-align: center;
}
    .frm-error p {
        font-size: 36px;
        color: #ff0000;
        font-weight: bold;
    }

.frm-item_frm_logo {
    width: auto;
    float:left;
    height: 140px;
    padding-right: 15px;
    padding-top: 5px;
    padding-left: 1px;
    display: inline;
}
.frm-item_frm_logo img {
    border: none;
    vertical-align: middle;
}

.frm-item_frm_info_con {
    width: auto;
    float: left;
    padding-left: 2px;
    color: #696868;
    padding-top: 35px;
    display: inline;
}

.frm-item_frm_info_con p{
    text-align:center;
    line-height:50px;
}

.frm-item_frm_info_am {
    width: auto;
    float: left;
    padding-left: 15px;
    color: #696868;
    padding-top: 15px;
    display: inline;
}
.frm-item_frm_info_am p {
    text-align: left;
    line-height: 30px;
    font-size:14px;
    font-weight:bold;
}
.frm-item_frm_info_am span {
    text-align: left;
    line-height: 30px;
    font-size:14px;
    font-weight:bold;
    color:#1D6700;
}

.frm-input {
    width: 120px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.frm-submit {
    display: inline-block;
    min-width: 50px;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #0D76B4;
    text-decoration: none;
}

.frm-submit.disabled,
.frm-submit.disabled:hover {
    background-color: #BCB7B7;
    cursor: not-allowed;
}

.frm-submit + .frm-reset {
    margin-left: 10px;
}

.frm-reset {
    display: inline-block;
    width: 60px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #B9A5CE;
    text-decoration: none;
}

.frm-submit:hover {
    background-color: #0F5883;
}

i.required {
    padding-right: 5px;
    color: #f00;
}

#addIpBox .msg-box {
    padding-left: 98px;
    color: #c33;
}