#user_list {
    width:155px;
    height:200px;
    overflow:hidden;
}

#user_list li {
    width:127px;
}

    #user_list a {
        display:inline-block;
        overflow:hidden; /** FIXME: bug in IE, FF & Opera extrange position **/
        text-overflow: ellipsis;
        white-space:nowrap;
        width:106px;
        height:20px;
    }

    #user_list a.remove {
        background:url("../img/trash-icon.png") no-repeat 0 0;
        display:inline-block;
        width:20px;
        height:20px;
        float:right;
    }