

#student_discount_banner {
    width:960px;
    height:80px;
    margin:0 0 10px 0;
}

#upload_student_id_form label {
    font-weight: bold;
    color: #222;
    border: none;
}
#upload_student_id_form p {
    font-weight: normal;
}

#student_id_notice {
    background-color:#b94a48;
    color:#fff;
    text-shadow:0 -1px rgba(0,0,0,0.3)
    height: 30px;
    border-radius: 3px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-bottom:10px;
}
#student_id_notice a {
    text-decoration: none;
    color:#fff;
    font-size:14px;
    width:100%;
}
#upload_student_attachment p {
    margin:0 0 0 0;
    padding:0 0 0 0;
}

#upload_success_notice {
    background-color:#698B22;
    color:#fff;
    text-shadow:0 -1px rgba(0,0,0,0.3)
    height: 30px;
    border-radius: 3px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-bottom:10px;
}


input.upload_item {
    position:absolute;
    opacity:0;
    filter:alpha(opacity=0);
    width: 200px;
}
button.upload_btn {
    -moz-box-sizing: border-box;
    font-size: 13px;
    line-height: 17px;
    padding: 8px 6px;
    height: auto;
    margin-bottom: 4px;
    cursor: pointer;
}
input.upload_input {
    -moz-box-sizing: border-box;
    width: 220px;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    height: auto;
    padding: 8px 6px;
    border: 1px solid #CCCCCC;
}