@import url("/styles/ie/header.css");
@import url("/styles/ie/footer.css");

/* make the body really 100% high,
 * make :hover on non-A tags actually work */
* HTML BODY {
  behavior: url("/styles/csshover.htc");
  height: 100%;
}

FIELDSET { display: inline; }

/* IE uses a 0.6em constant indent */
FIELDSET LEGEND {
  left: 0px;
  /* IE5/mac doesn't suffer from any sort of indent issue, though \*/
  left: -0.6em;
  /* IE5/mac end */
  margin: 0;
}

FIELDSET HR { float: none; }

/* IE/win puts too much bottom margin on these elements */
DIV#verify { margin-bottom: 0; }

/* IE/win really munges things when super-scripts are involved
 * so let's fix the price here */
#sidecol DIV.account SPAN.price {
  height: 38px;
  line-height: 38px;
  margin-top: -10px;
}

#sidecol DIV.account SPAN.price SUP {
  line-height: 12px;
  vertical-align: 14px;
}

#sidecol DIV.account SPAN.desc { margin-top: 6px; }

/* prevent bug where contents of select overflow */
FIELDSET DIV { width: 99%; }

* HTML DIV#gna-bump IMG {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/images/gna_icon.png"
  );
  overflow: hidden;
  padding-top: 48px;
}

* HTML DIV#gna-bump { height: 48px; }

#flamewars {
  position: relative;
  background: url(/images/flamewars/cabinet-flamewars.jpg);
  width: 565px;
  height: 903px;
  top: 12px;
}

#flamewars .flash-movie {
  position: absolute;
  top: 153px;
  left: 30px;
}

.gnCta-2.disabled span, .gnCta-2.disabled input {
  background: #d4d4d4 !important;
}

/*********************************
    layout.css
*********************************/

/* (above rules probably belong here; get to it) */

/* IE6 to give layout */
.gnBodyContent,
.bottom-bar {
  height: 1%;
}
