
.user-box article.user-list{
font-size:12px;
min-height:60px;
}

.user-box{
position: relative;
margin: 0px;
padding: 0px;
}
.user-box article{
position: relative;
width: 100%;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #dddddd;
background: #ffffff;
}
.user-box article a{
text-decoration:none;
}
.user-box article .title{
font-size: 16px;
line-height: 16px;
margin:0 0 5px 0;
padding:10px 15px;
}


.user-box article h1{
margin: 0 0 0 10px;
padding: 0;
font-size: 16px;
line-height: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.user-box article h1 a{
/*color: #d85d49;*/
}

.user-box article .user-info{
position:relative;
}
.user-box article .number{
color:#ffdf6f
}
.user-box article .user-status{
margin: 0px 0px 10px 80px;
padding: 0px 20px 0px 0px;
}

.user-box article p{
margin: 0px 0px 10px 80px;
padding: 0px 20px 0px 0px;
color: #666666;
font-size: 12px;
line-height: 20px;
}
.user-box article .img{
position: absolute;
width: 50px;
height: 50px;
top: 0;
left: 15px;
margin: 0px;
padding: 0px;
background: #dddddd;
text-align: center;
overflow: hidden;
}
.user-box article .img img{
height: 50px;
vertical-align: top;
}

.user-box article .follow-button{
position: absolute;
top:5px;
right:10px
}

.user-box article .follow-button .follow_stop_btn a{
display: block;
text-decoration:none;
margin: 2px;
padding: 2px 2px 2px;
border: 1px solid #cccccc;
-moz-border-radius: 5px;
border-radius: 5px;
background:#ddd;
background: -o-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
text-align: center;
}
.user-box article .follow-button .follow_btn a{
display: block;
text-decoration:none;
margin: 2px;
padding: 2px 2px 2px;
border: 1px solid #01669f;
-moz-border-radius: 5px;
border-radius: 5px;
background:#007ec5;
background: -o-gradient(linear, left top, left bottom, from(#13a8fc), to(#007ec5));
background: -moz-gradient(linear, left top, left bottom, from(#13a8fc), to(#007ec5));
background: -webkit-gradient(linear, left top, left bottom, from(#13a8fc), to(#007ec5));
text-align: center;
color: #f7fee9;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}