@font-face {
  font-family: 'SohoGothicPro-Light';
  src: url(../fonts/sohogothicpro-light-cache-forever-7fd5fc14ea5107d992fc8561763c1616.eot);
  src: local('☺'), /*sneakily trick IE*/
   url('../fonts/sohogothicpro-light-cache-forever-7fd5fc14ea5107d992fc8561763c1616.eot?#iefix') format('embedded-opentype'),url('../fonts/sohogothicpro-light-cache-forever-7fd5fc14ea5107d992fc8561763c1616.otf') format('opentype'), url('../fonts/sohogothicpro-light-cache-forever-7fd5fc14ea5107d992fc8561763c1616.woff') format('woff'), url('../fonts/sohogothicpro-light.ttf') format('truetype');
}
@font-face {
  font-family: 'SohoGothicPro-Regular';
  src: local('☺'), /*  sneakily trick IE */
   url(../fonts/sohogothicpro-regular-cache-forever-7fd5fc14ea5107d992fc8561763c1616.eot?#iefix) format('embedded-opentype'),  url(../fonts/sohogothicpro-regular-cache-forever-7fd5fc14ea5107d992fc8561763c1616.otf) format('opentype'), url(../fonts/sohogothicpro-regular-cache-forever-7fd5fc14ea5107d992fc8561763c1616.woff) format('woff'), url(../fonts/sohogothicpro-regular-cache-forever-7fd5fc14ea5107d992fc8561763c1616.ttf) format('truetype');
}
@font-face {
  font-family: 'SohoGothicPro-Medium';
  src: local('☺'), /*  sneakily trick IE */
   url(../fonts/sohogothicpro-medium-cache-forever-7fd5fc14ea5107d992fc8561763c1616.eot?#iefix) format('embedded-opentype'),  url(../fonts/sohogothicpro-medium-cache-forever-7fd5fc14ea5107d992fc8561763c1616.otf) format('opentype'), url(../fonts/sohogothicpro-medium-cache-forever-7fd5fc14ea5107d992fc8561763c1616.woff) format('woff'), url(../fonts/sohogothicpro-medium-cache-forever-7fd5fc14ea5107d992fc8561763c1616.ttf) format('truetype');
}
@font-face {
  font-family: 'SohoGothicPro-Bold';
  src: local('☺'), /*  sneakily trick IE */
   url('../fonts/sohogothicpro-bold-cache-forever-7fd5fc14ea5107d992fc8561763c1616.eot?#iefix') format('embedded-opentype'),  url('../fonts/sohogothicpro-bold-cache-forever-7fd5fc14ea5107d992fc8561763c1616.otf') format('opentype'), url('../fonts/sohogothicpro-bold-cache-forever-7fd5fc14ea5107d992fc8561763c1616.woff') format('woff'), url('../fonts/sohogothicpro-bold-cache-forever-7fd5fc14ea5107d992fc8561763c1616.ttf') format('truetype');
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial;
  background: #fff;
  width: 970px;
  margin: 0 auto;
  min-height: 500px;
}
header {
  width: 960px;
  margin: 0 auto;
  padding: 0px 10px;
}
a,
a:visited {
  text-decoration: none;
}
h1 {
  font-size: 58pt;
  font-family: 'SohoGothicPro-Light';
}
h1.big {
  font-size: 80pt;
}
h2 {
  font-family: 'SohoGothicPro-Light';
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1px;
  color: #323b41;
}
h3 {
  font-family: 'SohoGothicPro-Light';
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #0F0F0C;
}
h4 {
  font-family: 'SohoGothicPro-Medium';
  font-size: 17px;
  color: #1d1d1d;
}
.ingress {
  font-family: 'SohoGothicPro-Light';
  font-size: 18px;
  line-height: 22px;
}
.tip-box, .error-box, .info-box, .download-box, .support-box {
  max-width: 620px;
  padding: 20px 30px 20px 60px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.tip-box {
  color: #5E910E;
  background: #E7FAE4 url('../img/green-check_icon.png') 20px 20px no-repeat;
  border: 1px solid #EAEBEE;
}
.error-box {
  color: #B28642;
  background: #FCF7DC url('../img/warning_icon.png') 20px 20px no-repeat;
  border: 1px solid #EDE8CF;
}
.info-box {
    color: #666666;
    background: #F6F6F6 url('../img/info_icon.png') 20px 20px no-repeat;
    border: 1px solid #E3E6E9;
}
.download-box {
    color: #368CB9;
    background: #F1F8FA url('../img/download_icon.png') 20px 20px no-repeat;
    border: 1px solid #EEF0F2;
}
.support-box {
    color: #666666;
    background: #F1F8FA url('../img/support_icon.png') 20px 20px no-repeat;
    border: 1px solid #E3E6E9;
}

.big-number {
  font-size: 35px;
}

.highlighted-text-fragment {
  color: #2d9cf3;
}

input[type=text].required, input[type=text][required] {
  background-position: 96% center;
  background-image: url('../img/icon_star.png');
  background-repeat: no-repeat;
}
