html {
  overflow: 0;
  overflow-y: scroll;
}

p {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

a {
  color: #a53d1e;
  text-decoration: none;
}

a:hover {
  color: #19cbdd;
}

body {
  background-attachment: fixed;
  background-color: #fff;
  background-image: url('../images/bg.png');
  background-position: left top;
  background-repeat: repeat-x;
}

h1 {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
}

h5 {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
}

h3 {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

h4 {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

h2 {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
}

.changelog_title {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.version_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.version_date {
  color: #535353;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.release_text_cont {
  width: 100%;
}

.small_dl {
  background: url('../images/small_button.png') no-repeat scroll 0 0 transparent;
  color: #fff;
  display: block;
  font-family: RokkittRegular;
  font-size: 15px;
  height: 30px;
  line-height: 32px;
  margin-left: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 54px;
}

.small_dl:hover {
  color: #fff;
}

.dl_container {
  float: right;
  margin-top: 0;
  vertical-align: top;
}

.content {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  margin-top: 5px;
  padding: 25px 40px 35px;
}

.hr {
  background-color: #d9d9d9;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 785px;
}

.header {
  margin-top: 25px;
  width: 100%;
}

.logo {
  border: 0;
  display: inline-block;
  height: 90px;
  margin-left: 0;
  text-decoration: none;
  width: 250px;
}

.som_logo {
  border: 0;
  display: inline-block;
  float: right;
  height: 70px;
  margin-top: 10px;
  text-decoration: none;
  width: 250px;
}

.agreement {
  background-color: #fff;
  border: 1px #b3b3b3 solid;
  height: 460px;
  margin-top: 5px;
  overflow: scroll;
  padding: 25px 40px 35px;
}

.nav {
  margin-top: 20px;
  padding: 0 12px;
}

.nav_item {
  color: #808080;
  display: inline-block;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  padding-right: 20px;
}

.nav_item:hover {
  color: #19cbdd;
}

.nav_item:active {
  color: #a53d1e;
}

.readme {
  background-color: #fff;
  border: 1px #b3b3b3 solid;
  margin-top: 5px;
  padding: 25px 40px 35px;
}

.footer {
  margin-top: 5px;
  width: 100%;
}

.form_fields {
  border: none;
  display: inline-block;
  padding: 0;
  width: 460px;
}

fieldset {
  border: none;
  width: 100%;
}

label {
  color: #808080;
  display: inline-block;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  width: 150px;
}

.checklabel {
  color: #a53d1e;
  font-size: 12px;
  font-style: italic;
  left: -95px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 450px;
}

input {
  background-color: #fdfdfd;
  border: 1px #cac2c2 solid;
  color: #808080;
  font-size: 12px;
  height: 25px;
  margin: 8px;
  padding-left: 5px;
  vertical-align: middle;
  width: 270px;
}

/* gets rid of auto x to clear input in IE, particularly 10 */
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input:focus {
  background: #fff;
  border: 1px solid #cac2c2;
  box-shadow: 0 0 3px #aaa;
}

:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

input:focus:required:invalid,input:focus:invalid {
  background-image: url('../images/invalid.png');
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: none;
}

input:required:valid {
  /* styling for valid field */
  background-image: url('../images/check2.png');
  background-position: right;
  background-repeat: no-repeat;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label span {
  background: url('../images/check_boxes2.png') left top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  width: 24px;
}

input[type="checkbox"]:checked + label span {
  background: url('../images/check_boxes2.png') -25px top no-repeat;
}

.download {
  display: inline-block;
  margin-left: 30px;
  margin-top: 60px;
  vertical-align: top;
  width: 275px;
}

.download_button {
  background-color: #fff;
  background-image: url('../images/download_on.png');
  background-repeat: no-repeat;
  background-size: 275px 100px;
  border: none;
  cursor: pointer;
  height: 100px;
  width: 275px;
}

.download_button:disabled {
  background-image: url('../images/download_off.png');
  cursor: initial;
}

.note {
  color: #808080;
  font-size: 12px;
  line-height: 1px;
  margin-left: 35px;
  margin-top: 20px;
}

#asterisk {
  color: #19cbdd;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: oblique;
}

.bold {
  font-weight: 700;
}

.clearhack {
  clear: both;
}
