body {
    margin: 10px auto;
    background: #D2E1F9 url('/resource/img/winzip/manage/g-bg-bottom.jpg') repeat-x fixed center bottom;
    color: #121212;
    font-size: 100%;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.4;
}
img {
    vertical-align: top;
}
a {
    text-decoration: underline;
    color: #09c;
    outline: none;
}
ul li, ol li {
    list-style-type: none;
    position: relative;
    list-style-position: inside;
    list-style: none;
}
ul li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #80c224;
}
input, select {
    outline: none;
}
input[type=text] {
    height: 30px;
    width: 222px;
    padding-left: 13px;
    border: 1px solid #ced2d7!important;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
input {
    background-color: #fff;
}
/*fonts*/
.font-bold-32px-333 {
    font-weight: 700;
    font-size: 32px;
    color: #333;
}
.font-15px-333 {
    color: #333333;
    font-size: 15px;
}
#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1020px;
    background: url('/resource/img/winzip/manage/header-background.png') 0 0 repeat-x scroll #1c4288;
    padding: 86px 0 0;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
/*header*/
#header {
    height: 84px;
    top: 0px;
    width: 1020px;
    position: absolute;
    text-align: center;
    float: left;
    left: 0px;
    z-index: 100;
}
#logo {
    float: left;
    height: 55px;
    padding: 16px 0px 0px 12px;
    overflow: hidden;
}
/*lang switcher*/
#lang_wrapper {
    position: relative;
}
#lang_switcher {
    display: block;
    background-color: #4c7dce;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #84aff3;
    padding: 8px 20px;
    margin: 24px 10px 0 0;
    cursor: pointer;
    color: #fff;
}
#lang_switcher:hover, #lang_switcher.hover {
    background-color: #fff;
    border-color: #fff;
}
#lang_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #d2e1f9 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}
#lang_switcher:hover #lang_arrow, #lang_switcher.hover #lang_arrow {
    border-color: #333 transparent transparent transparent;
}
.lang_flag {
    margin: 0 10px 0 0;
}
.lang_flag {
    float: left;
    background: url('/resource/img/winzip/manage/flag-sprite.png') -5px -3px no-repeat transparent;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}
.list_flag, .flag_en {
    background: url('/resource/img/winzip/manage/flag-sprite.png') -5px -3px no-repeat transparent;
    width: 16px;
    height: 16px;
    float: left;
}
#bg, .flag_bg {
    background-position: -49px -56px;
}
#zh-cn, .flag_zh-cn {
    background-position: -49px -38px;
}
#cs, .flag_cs {
    background-position: -71px -38px;
}
#de, .flag_de {
    background-position: -91px -21px;
}
#da, .flag_da {
    background-position: -27px -56px;
}
#es, .flag_es {
    background-position: -27px -38px;
}
#fi, .flag_fi {
    background-position: -91px -40px;
}
#fr, .flag_fr {
    background-position: -71px -56px;
}
#el, .flag_el {
    background-position: -49px -75px;
}
#hu, .flag_hu {
    background-position: -27px -75px;
}
#it, .flag_it {
    background-position: -4px -76px;
}
#ja, .flag_ja {
    background-position: -5px -58px;
}
#nl, .flag_nl {
    background-position: -5px -39px;
}
#no, .flag_no {
    background-position: -72px -21px;
}
#pl, .flag_pl {
    background-position: -50px -21px;
}
#pt, .flag_pt {
    background-position: -27px -20px;
}
#ru, .flag_ru {
    background-position: -5px -21px;
}
#sv, .flag_sv {
    background-position: -91px -3px;
}
#th, .flag_th {
    background-position: -72px -4px;
}
#tr, .flag_tr {
    background-position: -51px -3px;
}
#zh-tw, .flag_zh-tw {
    background-position: -28px -3px;
}
#lang_switcher:hover .lang_name, #lang_switcher.hover .lang_name {
    color: #333;
}
.lang_name {
    margin-top: 0;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
}
#lang_list {
    width: auto;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 55px;
    display: none;
    z-index: 1000;
    padding: 30px 0;
    box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.2);
}
#lang_list.active {
    display: block;
}
#lang_list ul {
    float: left;
    width: 140px;
    border-right: 1px solid #e4e6ea;
    height: 100%;
    list-style: none;
    font-size: 13px;
    margin: 0;
}
#lang_list ul li {
    float: left;
    line-height: 15px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 140px;
    height: 21px;
    background: none;
}
#lang_list ul li:after {
    background: none;
    border: none;
}
#lang_list ul li:hover {
    background-color: #e4e6ea;
}
#lang_list ul li a {
    display: block;
}
#lang_list ul li a .lng {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    margin-left: 30px;
    margin-top: 2px;
}
/*content*/
.w {
    width: 960px;
    background: #FFF;
    margin: -42px 10px 0;
    padding: 0 20px 20px 20px;
    moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    _background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#main {
    background: #fff;
}
#subscriptionPage {
    padding-top: 30px;
    width: 780px;
    min-height: 1200px;
}
.subscription_form {
    overflow: hidden;
}
.manage_subscr {
    min-height: 350px;
}
.wide-field {
    display: block;
}
.wf-email {
    padding-right: 50px;
}
.supportTextbox {
    padding: 0 10px;
}
#lookup {
    width: 180px;
    height: 40px;
    margin: 10px 0 0!important;
    cursor: pointer;
    background: #416fbc;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.btnSubsribe {
    text-decoration: none;
    line-height: 29px;
    text-align: center;
}
.eBox {
    display: inline-block;
    background-color: #4473c1;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    text-indent: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    float: left;
}
.eIcon {
    float: left;
    width: 18px;
    height: 13px;
    background: url('/resource/img/winzip/manage/e_icon.png') center no-repeat transparent;
    margin-top: 5px;
}
.c-manage select#lg {
    line-height: 20px;
    margin-bottom: 15px;
    width: 247px;
    height: 34px;
    padding-left: 13px;
    border: 1px solid #ced2d7;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
#sub_wrapper {
    padding-top: 25px;
}
#sub_wrapper h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}
.subTitle {
    font-size: 15px;
}
#sub_wrapper #newSubscriptionForm {
    margin-top: 25px;
}
#sub_wrapper #option-iai {
    float: left;
}
#sub_wrapper .optionItem {
    width: 470px;
    background: url("/resource/img/winzip/manage/item_bg.png") 0 0 repeat-x transparent;
    background-size: 100% 100%;
}
#sub_wrapper .oBody {
    border-right: 1px solid #dcddde;
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    width: 339px;
    padding: 15px 20px 15px 25px;
    min-height: 188px;
    background-color: #fff;
    float: right;
}
#sub_wrapper .optionIcon {
    width: 84px;
    height: 150px;
    float: right;
}
#sub_wrapper .oCut {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 10px 0;
    border-color: transparent #fff transparent transparent;
    float: right;
    margin-left: 15px;
}
#sub_wrapper .oLabel {
    background-color: #44b9d8;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}
#sub_wrapper #option-iai .oCut, #sub_wrapper #option-iai .oLabel {
    background-color: #fa6435;
}
#sub_wrapper input[type=checkbox].hideCheckboxs {
    display: none;
}
#sub_wrapper .optionItem label {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 17px;
}
#sub_wrapper input[type=checkbox]+label span {
    display: inline-block;
    width: 22px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
    background: url('/resource/img/winzip/manage/subsc.png') -4px no-repeat;
    cursor: pointer;
}
#sub_wrapper input[type=checkbox]:checked+label span {
    background: url('/resource/img/winzip/manage/subsc.png') -26px no-repeat;
}
#sub_wrapper .labelTitle {
    display: inline-block;
    width: 305px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
#sub_wrapper .oBody p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    letter-spacing: -0.2px;
}
#sub_wrapper #option-iai .optionIcon {
    background: url('/resource/img/winzip/manage/iai.png') center 20px no-repeat transparent;
}
#sub_wrapper #option-nau .optionIcon {
    background: url('/resource/img/winzip/manage/nau.png') center 20px no-repeat transparent;
}
#sub_wrapper #option-epo .optionIcon {
    background: url('/resource/img/winzip/manage/epo.png') center 20px no-repeat transparent;
}
#sub_wrapper #option-htg .optionIcon {
    background: url('/resource/img/winzip/manage/htg.png') 24px 20px no-repeat transparent;
}
#sub_wrapper #option-nau {
    float: right;
}
#sub_wrapper #option-iai {
    float: left;
}
#sub_wrapper #option-epo {
    float: left;
    margin-top: 30px;
    margin-bottom: 25px;
}
#sub_wrapper #option-htg {
    float: right;
    margin-top: 30px;
    margin-bottom: 25px;
}
#sub_wrapper #option-nau .oLabel {
    background-color: #67bb6a;
}
#sub_wrapper #newSubscriptionFormSubmit, #sub_wrapper #newSubscriptionFormSubmit:visited {
    border-radius: 5px;
    border: medium none;
    background-color: #416fbc;
    display: block;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    padding: 15px 40px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
#sub_wrapper #newSubscriptionFormSubmit:hover, #sub_wrapper #newSubscriptionFormSubmit:active {
    background-color: #4677c8;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
#sub_wrapper .labelUnsubscribe {
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 17px;
}
#sub_wrapper .labelTitleUnsubscribe {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
#unsubscibe_all {
    margin-bottom: 20px;
}
/*footer*/
#footer {
    padding: 12px;
    margin: 0;
    padding-bottom: 20px;
}
#footer .copyright {
    font-size: 10px;
}
#footer .copyright p {
    padding: 0px;
    margin: 10px 0px 5px 0px;
    color: #FFF;
    text-align: center;
    line-height: 15px;
    text-decoration: none;
}
#footer .links {
    color: #FFF;
    text-align: center;
}
#footer .links a {
    color: #FFF;
    text-align: center;
    padding: 0px 5px;
    line-height: 20px;
    font-size: 10px;
    text-decoration: none;
}
.textPot {display: none !important;}