/* preset popup */
div.presetsOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 11000;
}

.presetsWindow {
  position: fixed;
  width: 500px;
  height: 160px;
  top: 0;
  left: 0;
  z-index: 11001;
  background-color: #FFF;
  border-radius: 5px;
  display: block;
  margin: 0;
  padding: 10px;
  opacity: 1;
  filter:alpha(opacity=100);
}

.presetsWindow .content {
  display: block;
  margin: 0;
  border: 0px solid #333;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  color: #333;
  font-size: 13px;
}

.presetsWindow .content h1 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.presetsWindow .content p {
  margin: 10px 0;
}

.presetsWindow .content p a {
  background-color: #AAAAAA;
  border-radius: 3px;
  color: #EEEEEE;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 5px 20px;
}

.presetsWindow .content p label {
  font-size: 11px;
}
