
@font-face {
    font-family: "SegoeUI-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/seguisb.eot?#iefix") format("embedded-opentype"), url("fonts/seguisb.woff") format("woff"), url("fonts/seguisb.ttf") format("truetype"), url("fonts/seguisb.svg#seguisb") format("svg");
}
@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/segoeui.eot?#iefix") format("embedded-opentype"), url("fonts/segoeui.woff") format("woff"), url("fonts/segoeui.ttf") format("truetype"), url("fonts/segoeui.svg#segoeui") format("svg");
}
* {
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body, html {
    height: 100%;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #AEAEAE;
    font-family: 'SegoeUI',arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-width: 480px;
}
a {
    color: #0252AA;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0 none;
}
input, textarea, select {
    color: #393939;
    font-family: 'SegoeUI',arial,sans-serif;
    font-size: 14px;
}
textarea {
    overflow: auto;
}
.cl {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -4000px;
}
.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.left, .alignleft {
    display: inline;
    float: left;
}
.right, .alignright {
    background: none repeat scroll 0 0 #f74b71;
    display: inline;
    float: right;
    padding: 17px;
}
#wrapper {
    min-height: 100%;
    position: relative;
}

#bg {
    background-position: left center;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#bg img {
    min-width: 100%;
    opacity: 0;
    position: relative;
}
.content-box {
    left: 50%;
    margin-left: -500px;
    padding: 34px 0;
    position: relative;
    top: 0;
    width: 1000px;
    z-index: 2;
}
.content-box.type2 {
    padding-top: 77px;
}
.content-box.type2 .blackbox form {
    padding-top: 6px;
}
h1#logo {
    padding-bottom: 40px;
}
h1#logo a {
    background: url("images/logo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 68px;
    width: 322px;
}
h1#logo.lead-logo {
    padding-bottom: 14px;
}
h1#logo.lead-logo a {
    background-image: url("images/lead-logo.png");
    height: 31px;
    margin: 0 auto;
    width: 180px;
}
.title {
    color: #FFFFFF;
    float: left;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    padding: 20px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
}
.blackbox {
    background: none;
    border-radius: 7px;
}

.blackbox {
    float: left;
    margin-bottom: 11px;
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}
.blackbox h3, .blackbox h2 {
    color: #FFFFFF;
    font-family: 'SegoeUI-SemiBold';
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    padding: 20px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.blackbox h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 12px 30px;
}
.blackbox p {
    color: #FFFFFF;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.blackbox form {
    padding: 10px 0 16px;
}
.blackbox .field {
    background-color: #FFFFFF;
    border: 0 none;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 6px 10px;
    width: 95%;
}
.blackbox .field {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3) inset;
}
.blackbox .submit {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 solid #6ed4ff;
    color: #f74b71;
    cursor: pointer;
    font-family: "SegoeUI-SemiBold";
    font-size: 18px;
    height: 40px;
    margin-left: 95px;
    width: 55%;
    border-radius: 10px;
}
.blackbox .submit {
    line-height: 18px;
    padding: 0;
}
.blackbox .submit:hover {
   background-color: #fbfbfb;
}
.footer {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.footer a {
    color: #FFFFFF;
}
.left {
    padding-top: 60px;
    width: 52%;
}
.right {
    font-weight: normal;
    padding-top: 0px;
    width: 43%;
}
.formBuyLineLeft {
    color: #FFFFFF;
    text-align: left;
}
.formBuyLineRight {
    text-align: left;
}
@media only screen and (max-width: 1024px) {
.content-box {
    margin-left: -384px;
    width: 768px;
}
}
@media (max-width: 768px) {
.content-box {
    margin-left: -284px;
    width: 568px;
}
.title {
    color: #FFFFFF;
    float: left;
    font-size: 32px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
}
.left {
    padding-top: 26px;
    width: 100%;
}
.right {
    font-weight: normal;
    padding-top: 0;
    width: 100%;
}
}
@media (max-width: 568px) {
.content-box {
    margin-left: -240px;
    width: 480px;
}
.right {
    font-weight: normal;
    padding-top: 0;
    width: 100%;
}
.title {
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    padding: 20px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
}
.left {
    padding-top: 10px;
    width: 100%;
}
}
@media (max-width: 480px) {
.content-box {
    margin-left: -240px;
    width: 480px;
}
.left {
    padding-top: 26px;
    width: 100%;
}
.right {
    font-weight: normal;
    padding-top: 0;
    width: 100%;
}
.title {
    color: #FFFFFF;
    float: left;
    font-size: 24px;
    padding: 20px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
}
}
@media (max-width: 320px) {
.content-box {
    margin-left: -239px;
    width: 300px;
}
.left {
    padding-top: 26px;
    width: 100%;
}
.right {
    font-weight: normal;
    padding-top: 0;
    width: 100%;
}
}
