
.detail-block
{
  background: #eee;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0px 5px 5px;
  padding-bottom: 5px;
}

.detail-block h3
{
  padding: 5px 15px;
  margin: 0 0 10px 0;
  background: #ccc url(../../images/admin/th.png) top left repeat-x;
  font-style: italic;
  color: #1b476a;
  border-bottom: 1px solid #ccc;
}


.detail-block .attr
{
  padding: 5px 10px;
}

.detail-block .attr .label
{
  display: block;
  width: 100px;
  text-align: right;
  float: left;
  color: #1b476a;  
}


.detail-block .attr .value
{
  display: block;
  width: 230px;
  text-align: left;
  float: right;
}


.users-structure
{
  font-size: 1.5em;
}