@charset "utf-8";

#contentwrap {
    width: 100%;
}

.box_banner_1280 {
    min-width: 1280px;
    height: 300px;
    background-image: url(../images/10_apply.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.box_min_1280 {
    min-width: 1280px;
    margin: 0 auto;
}

.box_900 {
    width: 900px;
    margin: 0 auto;
}

.favicon {
    background-image: url(../images/fabicon.PNG);
    width: 25px;
    height: 31px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content_title {
    width: 200px;
    height: 21px;
    font-size: 21px;
    font-weight: bold;
    color: #ff0055;
    padding-left: 40px;
}



.content_box {
    width: 720px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    background-color: #F5F5F5;
}

.box_form {
    width: 600px;
    height: 100%;
    margin: 0 auto;
}

h2 {
    margin-bottom: 30px;
    padding-top: 70px;
}

span {
    font-size: 12px;
    font-style: italic;
    color: #ff0055;
    opacity: 75%;
}



/**********************************/

.input_box {
    width: 590px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    padding-left: 8px;
}

.input_agree, .input_job {
    padding-left: 8px;
}

.box_form p {
    margin-top: 12px;
    margin-bottom: 4px;
}

.box_form select {
    width: 600px;
    height: 35px;
    background-color:
}

.box_form .nomal {
    width: 596px;
    height: 35px;
}


.box_form input {
    width: 600px;
    height: 35px;
    cursor: pointer;
}

.box_form textarea {
    width: 598px;
    height: 200px;
}

.box_form .submit {
    width: 150px;
    height: 35px;
    color: white;
    background-color: #ff0055;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 70px;
    border-radius: 2px;
}






























