/* here you can put your own css to customize and override the theme */
.ml10{
    margin-left: 10px !important;
}
.ml15{
    margin-left: 15px !important;
}
/*星级用户库*/
.userbox{
    float: left;
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
}
.userbox .user_id{
    padding: 2px;
}
.userbox .nick{
    height: 19px;
    overflow: hidden;
    padding: 2px;
    width: 96px;
}
.userbox .regtime{
    padding: 2px;
}
.userbox .stargrade{
    padding: 2px;
}
.userbox .stargrade img{
    float: left;
    margin-left: 2px;
}
.star_userbox{
    padding: 0px !important;
    border-top: 1px solid #B4CEF8;
}
.overflow{
    overflow: hidden !important;
}
/*添加星级用户*/
.add_star{
    overflow: inherit;
}
.add_star .head{
    width: 100px;
    height: 100px;
    float: left;
}
.add_star .info{
    float: left;
    margin-left: 20px;
}
.cur_star{
    clear: both;
    margin-top: 10px;
}
.up_star{
    margin-top: 10px;
}

/*头像审核*/
.head_userbox{
    padding: 0px !important;
    border-top: 1px solid #B4CEF8;
    overflow: hidden;
}
.headuser{
    margin-top: 10px;
    width: 200px;
    height: 350px;
    float: left;
    margin-left: 10px;
}
.ucarduser{
    width: 400px !important;
    height: 720px;
}
.headverifyuser{
    height: 400px;
}
.headuser .img{
    width: 200px;
    height: 200px;
}
.ucarduser .img{
    width: 400px;
    height: 420px;
}
.ucarduser .img img{
    width: 400px !important;
    height: 200px !important;
    margin-bottom: 10px;
}
.headuser .topimg{
    width: 80px;
    height: 80px;
    margin: 0 auto 10px auto;
}
.headuser .info{
    margin-top: 5px;
}
.headuser .action{
    margin-top: 5px;
}
.headuser .checkboxer{
    margin-top: 5px;
}
.unacceptbox{
    background: #ffffff none repeat scroll 0 0;
    height: 230px;
    top: 100px;
    width: 230px;
    display: none;
    padding: 15px;
}
.fileinput-button {
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}