#quekSettings {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 142000;
  overflow: hidden;
}

.ie6 #quekSettings {
  position: absolute;
  height: expression(document.documentElement.clientHeight + 'px');
}

.hidden { display: none; }

#quekSettings .glasspane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: -1; /* wtf! */
}

#quekSettings .settingsPanel {
  z-index: 42001;
  background-image: url(/img/quek/settings.png);
  margin: 0 auto;
  top: 150px;
  width: 295px;
  height: 288px;
  position: relative;
  
  font-family: "Verdana", "Trebuchet MS";
}

.ie6 #quekSettings .settingsPanel {
  background-image: url(/img/quek/settings.gif);
}

#quekSettings h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#quekSettings #quekSettingsName {
  display: block;
  position:relative;
  margin: 0 auto;
  top: 55px;
  font-size: 110%;
}

#quekSettings .quekChoice {
  display: block;
  position: absolute;
  top: 150px;
  width: 118px;
  height: 118px;
}

#quekChooseBlue { left: 20px; }
#quekChoosePink { left: 153px; }

.gecko #quekSettings .quekChoice {
  display: -moz-inline-box;
}

#quekSettings .settingsPanel .closer {
  display: block;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 24px;
  height: 25px;
  background: url('/img/close.png');
  text-indent: -999999em;
}

.ie6 #quekSettings .settingsPanel .closer {
  background: url('/img/close.gif');
}