.result
{
  background:#fff url('/public/images/test.jpg') -60px 0px repeat-y;
  border:1px solid #ddd;
  margin:10px 0;
  padding:10px;
  overflow: auto;
  height: 1%;
  clear: both;
}

#members-search .field {
  margin: 5px;
}

#members .categoriesList {
  float:right;
  width:372px;
  text-align: right;
}

#members .categoryLabel {
  display: inline;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border: 1px solid #fff;
  text-decoration:none;
  margin:1px;
  padding:3px 5px;
  font-size: 10px;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
}

#members .categoryLabel.category {
  background-color: #0f9d1d;
}

#members .categoryLabel.activity {
  background-color: #0796D1;
}

#members .categoryLabel.sector {
  background-color: #dd4e00;
}

#members-search {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}

#members-search label {
  font-weight: bold;
}

#memberSearch {
  width: 99%;
  border: 2px solid #bbb;
  margin: 5px 0 10px 0;
}

#advanced-search {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  padding: 5px 0;
  margin: 0 0 10px 0;
}



