.features {
  color: #904000;
  border-bottom: 1px solid #904000;
}

.tabholder {
  margin: 15px 0 0 0;
}

#splash {
  background: url(/images/download_backgroundjpg.jpg) no-repeat top left;
  background-size: contain;
  margin: 25px 0 45px 0;
  padding: 10px 0 0 15px;
  width: 685px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#splash img {
  float: left;
  margin: 0 15px 0 0;
}
h1, h2 {
  clear: right;
  color: #904000;
  border: none;
  border-bottom: solid 1px #904000;
  margin: 0 0 10px 0;
}

h1 { font-size: 20px; }
h2 { font-size: 20px; }

#gna_download h1 { border: none; }
#gna_download p {
  clear: right;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0 0 0;
}
#gna_download .note {
  font-size: 10px;
  margin: 0 0 10px 10px;
}
#gnadl_button {
  margin: 10px 0 0 0;
}

#gna_download {
  border: none;
  margin: 0px 10px 0 155px;
}

/* IE doesn't support alpha transparent PNGs, so redo the IMG tag
 * so that it will work in IE properly \*/
* HTML IMG#gnalogo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/images/gna_logo.png"
  );
  overflow: hidden;
  padding-top: 146px;
}
/* end hack (for IE/mac) */

DIV#gnadl_button {
  background: url("/images/btn_download.png");
  height: 54px;
  width: 219px;
  overflow: hidden;
  float: down;
}

* HTML DIV#gnadl_button {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/images/btn_download.png",
    sizingMethod='crop'
  );
}

DIV#gnadl_button A {
  display: block;
  line-height: 30px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding-top: 54px;
  position: relative;
  width: 100%;
}
