#user_register{width:1280px; margin:50px auto;background: url("../img/user_bg.jpg")no-repeat 50% 50%;}
#user_register #user_name {
    position:relative;
    box-shadow:0 0 5px rgba(76,75,75,0.5);
    -webkit-box-shadow:0 0 5px rgba(76,75,75,0.5);
    -khtml-box-shadow: 10px;
    -moz-box-shadow: 10px;   /**火狐**/
    width:578px;
    height: 372px;
    background-color:#ffffff;
    margin: 0 auto;
    border: solid 1px #bfbfbf;
    border-radius:5px;
    -moz-border-radius: 10px;   /**火狐**/
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;   /**chrome、Safari这两个webkit内核的浏览器**/
}
#user_register #user_name .user_banner{
    height:110px;
    border-bottom:solid 1px #bfbfbf;
    background: url("../img/user.jpg") 50% 50% no-repeat;
}
#user_register #user_name .left_banner{position:absolute;left:24px;bottom:47px; background: url("../img/uiui.jpg") no-repeat; width:222px;height:194px;}
#user_register #user_name .wire{width:1px;height:155px; position:absolute;background:#bfbfbf; left:260px; bottom:70px;}
#user_register #user_name .user_text{position:absolute; bottom:34px; right:0; width:275px; height: 192px;}
#user_register #user_name .user_text .int,#user_register #user_name .user_text .psw,#user_register #user_name .user_text .yzm{margin-bottom:18px;}
#user_register #user_name label{font-size: 16px; color:#383838; margin-right: 10px;}
#user_register #user_name .user_text .sub input{background: url("../img/btn_bg.jpg") repeat-x;border: none; width:214px; height:38px; color: #ffffff; margin-top:15px;}
#user_register #user_name .user_text .int input,#user_register #user_name .user_text .psw input,#user_register #user_name .user_text .yzm input{width:185px; color:#888888; height: 26px; border-radius: 5px;
    border: solid 1px #a0a0a0;padding-left: 5px;}
#user_register #user_name .user_text .yzm input{width:122px;}
#user_register #user_name .user_text .yzm .code{color:#ffffff!important;width:48px!important; text-align: center; font-size:14px;
    border:none; border-radius: inherit; background-color: #0989da; color:#ffffff!important; letter-spacing:4px; font-style: italic;}
#user_register #user_name .user_text .yzm a{color:#0989da; font-size: 14px; cursor:pointer; position: absolute;right: 20px; bottom:50px;}

#user_register #user_name .user_text .yzm .unchanged{color:#ffffff!important;width:48px!important; text-align: center; font-size:14px;
    border:none; border-radius: inherit; background-color: #0989da; color:#ffffff!important; letter-spacing:4px; font-style: italic;}








