.dynobj_contacts { cursor:pointer; list-style-type: none; margin: 0; padding: 0;}
.dynobj_contacts li {
    border:1px solid #c0c0c0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:4px;
    padding-right:4px;
    background-color:#f0f0f0;
    margin-bottom:3px;
}

.dynobj_contacts li.dynobj_contacts-active {
  border:2px solid orange;
}

.dynobj_contacts_send_tbl {
    border:1px solid #c0c0c0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:4px;
    padding-right:4px;
    background-color:#f0f0f0;
}

.dynobj_contacts_send_tbl TH {
  text-align:left;
}
