.join_us {
    color: #666666;
    margin-bottom: 20px;
}
.join_us .join_us_title {
    background: url("images/blue_arrow.gif") no-repeat scroll 0 -2px #E3F8B8;
    border-bottom: 1px dashed #CECECE;
    border-top: 3px solid #8DAE1C;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 40px;
}
.join_us .join_us_box {
    padding: 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.join_us .join_us_form {
    overflow: hidden;
    width: 500px;
}
.join_us .join_us_form label {
    float: left;
    font-family: yahei;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    width: 160px;
}
.join_us .join_us_form .field_text {
    background: url("images/join_us/text_field.gif") no-repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A7A6AA;
    height: 18px;
    margin: 5px;
    width: 250px;
}
.join_us .join_us_form .submit_box {
    border-top: 1px solid #E2E2E2;
    margin-top: 5px;
    padding: 10px 0 0 125px;
}
.join_us .join_us_slogan {
    background: url("images/join_us/slogan.gif") no-repeat scroll 0 0 transparent;
    height: 90px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 480px;
    z-index: -1;
}
.join_us .join_us_pic {
    background: url("images/join_us/pic.jpg") no-repeat scroll 0 0 transparent;
    bottom: 0;
    bottom:0px !important;
    bottom: 60px;
    height: 440px;
    position: absolute;
    right: 0;
    width: 590px;
    z-index: -2;
}
.join_us .join_research_us_pic {
    background: url("images/join_us/pic_research.jpg") no-repeat scroll 0 0 transparent;
    bottom: 0;
    bottom:0px !important;
    height: 680px;
    position: absolute;
    right: 0;
    width: 500px;
    z-index: -2;
}
.join_us .btn_submit {
    background: url("images/join_us/btn_submit.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 38px;
    margin: 5px 0;
    width: 130px;
}
.join_us .join_us_alert {
    background: url("images/join_us/ico_alert.gif") no-repeat scroll 0 1px transparent;
    color: #FF2A00;
    height: 18px;
    margin-left: 105px;
    padding-left: 20px;
    visibility: hidden;
}
.join_us .show {
    display: inline-block;
    visibility: visible;
}
.join_us .join_us_detail_form {
    overflow: hidden;
    width: 800px;
}
.join_us .join_us_detail_alert_hidden {
    background: url("images/join_us/ico_alert.gif") no-repeat scroll 0 1px transparent;
    color: #FF2A00;
    height: 18px;
    margin-left: 65px;
    padding-left: 22px;
    display: inline-block;
    visibility: hidden;
}
.join_us .join_us_detail_alert_show {
    background: url("images/join_us/ico_alert.gif") no-repeat transparent;
    color: #FF2A00;
    height: 18px;
    margin-left: 65px;
    padding-left: 22px;
    display: inline-block;
}