#redbox_overlay {
  position: fixed;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
}

#redbox_loading {
  text-align: center;
  padding: 0px;
  background: url(/assets/century/spinner.gif) no-repeat center center;
}

#redbox_wrap {
  z-index: 102;
  background-color: #ffffff;
  display: block;
  text-align: left;
  overflow: hidden;
  position:fixed;
  border-top: 8px solid #F8B90C;
  margin-top: 0px;
}

#redbox_content_blue {
  z-index: 102;
  background-color: #CEDEF4;
  display: block;
  text-align: left;
  overflow: hidden;
  position:fixed;
  border: 1px solid #6094DB;
}

.cancel_img {
  width: 25px;
}

<!--[if lte IE 6]>
#redbox_content {
	position: absolute;
}
<![endif]-->
