table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0px;
}

#header {
  height: 33px;
  background-image: url(images/headback.png);
  background-repeat: repeat-x;
}

#search {
  height: 553px;
  width: 553px;
}

#search_div {
  height: 23px;
}

#saved_div {
  height: 265px;
  overflow: auto;
}

#dropped_div {
  height: 265px;
  overflow: auto;
}

#replaced .micro {
  float: left;
}

.box {
  border: 1px solid #A0A0A0;
  float: left;
  width: 75px;
  height: 75px;
}

.micro {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.micro .thumb {
  width: 73px;
  height: 21px;
  background-color: #808080;
  border: 1px solid black;
  position: relative;
  cursor: pointer;
  /* for IE */
  filter: alpha(opacity=60);
  /* CSS3 standard */
  opacity: 0.6;
}

#showinfo_fader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 900;
  background-color: #000000;
  cursor: pointer;
  /* for IE */
  filter: alpha(opacity=40);
  /* CSS3 standard */
  opacity: 0.4;
}

#showinfo_held {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 1000;
  cursor: pointer;
}

#model {
  border: 1px solid #000000;
  text-align: left;
  font-size: 10px;
}

.model_tag {
  border: 1px solid #000000;
  background-color: #505050;
  color: #FFFFA0;
  cursor: move;
}

