#search-box{
  width:100%;
  float:left;
  display:inline;
  padding-top:15px;
  border-bottom:1px #767676 solid;
}
#search-box .field-element{
  padding-bottom:3px;
}
#search-box label{
  font-weight:bold;
}
#search-box .profile_search_bg{
  width: 220px;
  height: 30px;
  background: url(/images/buttons/search_box.gif) 4px 3px no-repeat;
  margin:0; 
  padding:0;
  float:left;
}
input.profile_search_form {
  font-family: Arial;
  font-size:11px;
  width: 190px;
  /*-width: 180px;*/
  background:none;
  border: none;
  color: #C1C1C1;
  /*padding:8px 0 0 0;*/
  padding:0 !IMPORTANT;
  margin:5px 0 0 13px  !IMPORTANT;
  height: 18px !IMPORTANT;
  /**margin-top: -1px;
  -margin-left: 15px;
  -margin-top: 0px;*/

}
#search-box .profile_search_submit{
  display:inline;
}
#friend-list .mini-profile {
  margin-top:10px;
  padding-bottom:10px;
  display:block;
  width:290px;
  height:80px;
}

#friend-list .mini-profile .location{
  color:#cccccc;
  font-size:95%
}
#friend-list .mini-profile .overview {
  width:190px;
}

#friend-list .mini-profile img {
  border:solid #cccccc 1px;
}
#friend-list col1 {
  float:left;
}
#friend-list col2 {
  float:right;
}

