
/*********************************
POP-UPS, DIALOG BOXES AND HEADERS
*********************************/
#asiPalette{
  border: 1px solid #82919c;
}
.asiPalette{
  color: black;
  background: white;
  border: 1px solid #82919c;
}
.asiPalette .controls{
  font-variant: normal;
}
.asiPalette .controls a, .asiPalette .controls a img{
  border: 0;
}
.asiPalette .controls .move{
  cursor: move;
}
.asiPalette h1{
  background: #82919c;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}
.asiPalette p{
  font-weight: bold;
}
.asiPalette .colorselect{
  border: 1px solid black;
  background: black;
}
.asiTempContainer{
  position: absolute;
  border: 1px solid #82919c;
  background-color: white;
  filter: alpha(Opacity: 40);
  opacity:0.4;
  z-index: 1000;
 }