#accounts #tree {
  background-color: white;
  /*padding 10px;*/
  border: 1px solid #E4E3E5;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}

#tree .accessRight_full span.dynatree-icon {
  background: url(../img/account/folder-visiting.png) ;
}

#tree .accessRight_read span.dynatree-icon {
  background: url(../img/account/emblem-readonly.png) ;
}

#tree .accessRight_no span.dynatree-icon {
  background: url(../img/account/emblem-unreadable.png) ;
}

#accountMembers {
  width: 100%;
  border-collapse: collapse;
}

#accountMembers th {
  text-align: left;
  padding: 2px 3px;
}

#accountMembers tbody td {
  border-top: 1px solid #D3D3D3;
  padding: 2px 3px;
  vertical-align: top;
}

#accountMembers tbody tr:hover td {
  background-color: #FCF2E5;
}

#dialog input, #dialog select {
  width: 190px;
}

#dialog input[type=radio], #dialog input[type=checkbox] {
  width: inherit;
}