input[type="button"], input[type="submit"], button {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    margin-right: 10px;
    padding: 0 30px;
    cursor: pointer;
    min-width: 180px;
    border: none;
}

input[type="button"]:lang(en), input[type="submit"]:lang(en), button:lang(en) {
    font-weight: normal;
}

.btn-white {
    color: #333 !important;
    background: url('/images/2016/btnbg.png') repeat-x;
    background-position: 0px -242px;
    border-left: 1px #e2e2e2 solid;
    border-right: 1px #e2e2e2 solid;
}

.btn-blue {
    color: #fff;
    background: url('/images/2016/btnbg.png') repeat-x;
    background-position: 0px -61px;
    border-left: 1px #1a84bb solid;
    border-right: 1px #1a84bb solid;
}

.btn-red {
    color: #fff;
    background: url('/images/2016/btnbg.png') repeat-x;
    background-position: 0px -424px;
    border-left: 1px #a75858 solid;
    border-right: 1px #a75858 solid;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    height: 34px;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 8px;
    background-color: white;
}

.form-group {
    width: 100%;
    display: block;
    clear: both;
    padding: 8px;
}

.form-group-inline {
    display: inline-block;
    padding: 8px;
    white-space: nowrap;
}

.form-group label, .form-group-inline label {
    display: inline-block;
    min-width: 120px;
}

.form-group-inline input[type="text"] {
    min-width: 300px;
}

input[type="radio"] {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

select {
    height: 34px;
    border: 1px #ccc solid;
    border-radius: 3px;
    min-width: 120px;
    line-height: 34px;
    font-family: inherit;
    box-sizing: content-box;
}

input.search-box {
    border: 2px solid #e8e8e8;
    border-radius: 0px;
    width: 350px;
    height: 40px;
    float: right;
    background: url(/images/2016/page_search.png) no-repeat;
    background-position: 8px;
    padding-left: 36px;
}

input.search-btn {
    min-width: 80px;
    padding: 0;
    height: 44px;
    float: right;  
    font-weight: normal;  
}

.tip {
    background: #fffbe8;
    font-size: 14px;
    color: #666;
    padding: 10px;
    line-height: 24px;
    margin-bottom: 30px;
}

#main_form {
    width: 100%;
}

#main_form td {
    padding: 5px 0;
}