#top_people{
overflow: hidden;
}

#right_people {
  float:right;
  text-align: left;
  overflow: hidden;
  padding: 0px;
  margin: 4px 10px 4px 2px;
}

#left_people
{
float:left;
width: 282px;
margin-bottom:10px;
}

.input_text_people{border:1px solid #D1D1D1;  font-size: 12px; padding:2px; margin-right:5px; height:22px; padding:2px;}
.ininput_text_people:hover{background-color: #f7e3f5;}

/* People & Top
-------------------------------------------------------------------*/
.people .block-nav { float:right; margin-bottom: 20px; }
.people h1 span { color: #6ec80d; }
.people table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.people table thead td { background: #f0f1f1; font-weight: bold; padding: 5px 0; }
.people table thead td.user { padding-left: 10px; }
.people table tbody td { padding: 5px 0; font-size: 11px; color: #999; border-bottom: 1px solid #ddd; }
.people table tbody td span { color: #6ec80d; }
.people table tbody td.user { padding-left: 10px; overflow: hidden; _height: 1%; }
.people table tbody td.user img { float: left; margin-right: 7px;   width: 50px;
 overflow: hidden; }
.people table tbody td.user a.link { color: #999; font-weight: bold; position: relative; top: 1px; }
.people table tbody td.users_ratio { text-align: center; }
.people table tbody td.users_ratio strong { background: #a9acb4; color: #fff; padding: 5px 8px; }


