.group_popup {
  width: 400px;
  height: 200px;
  border: 1px solid #000;
  position: absolute;
  top: 200px;
  left: 400px;
  background-color: #CCC;
  padding: 10px;
}

.group_popup input {
  float: right;
}

.group_popup br {
  clear:both ;
}

#group_list_container {
  position: absolute;
}

/* CREATE/EDIT PAGE */

.group_member_row_header {
  background-color: #AAA;
  color: #FFF;
}

#create_group_container {
  width: 350px;
}

#create_group_container input {
  float: right;
}

#group_members_container {
  
}

#remove_user_link {
  float: right;
}

.color_pref_box {
  float: left;
  margin: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
  cursor: pointer;
}

.group_name_container, .group_remove_container, .group_last_activity_container {
  float: left;
  width: 200px;
}

.group_email_container {
  float: left;
  width: 350px;
}

/* TTOOLS DISPLAY */

#group_now_online_div {
  width: 250px;
  height: 150px;
}

#doc_token_display_container {
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  text-shadow: 2px 2px #000;
  color: #FFF;
  font-size: 20px;
  padding-top: 3px;
}

#document_chat_window {
  width: 250px;
  height: 250px;
  overflow: auto;
  border: 1px solid #000;
}