#boxes {
  width:100%;
}

#boxes-left,
#boxes-right {
  float:left;
  width:44%;
  min-height:500px;
}

div.ui-selected,
div.user-box {
  border:2px solid #c8c8c8;
  padding:10px;
  margin:15px;
}

div.ui-selected {
  border:2px dashed grey;
  background-color:#ffc;
  height:50px;
  display:block;
}

.user-box .header h3:hover {
  background-color:#ffc;
  cursor:move;
}

.user-homepage-customizer-box {
  width:175px;
  height:120px;
  margin:5px;
  float:left;
  padding-left:24px;
  font-size:11px;
  border:1px solid #c8c8c8;
}

.user-homepage-customizer-box.selected {
  border:1px solid #7AC142;
  color:#55872E;
  background:#F1F8EB url(../library/images/icons/accept.png) no-repeat 4px 10px;
}

.user-homepage-customizer-box:hover {
  background-color:#ffc;
  cursor:pointer;
}

.user-homepage-customizer-box.selected:hover {
  border:1px solid #B30000;
  color:#B30000;
  cursor:pointer;
  background:#FFCCCC url(../library/images/icons/error.png) no-repeat 4px 10px;
}

.user-homepage-customizer-box dt {
  padding:3px 8px 3px;
  font-size:12px;
}

div#popups form#user-profile-form input#edit-delete {
  display:none;
}