* {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
    padding: 10px 0;
    margin: 0;
    font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.wrapper {
    width: 530px;
    margin: 0 auto;
}
.product-list input {
    visibility: hidden;
}

.l_kpver{
    margin-bottom: 0;
}
.product-list{
    position: relative;
    font-size: 0;
    margin: 10px 0  30px 0;
}
.product-list label {
    display: inline-block;
    width: 100px;
    height: 110px;
    cursor: pointer;
    margin-left: 5px;
}
.product-label {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.product-label::before {
    margin: 0 3px 0 0;
    content: '*';
    color: #ff0000;
}
#l_product-error{
    position: absolute;
    bottom: -18px;
    width: 98%;
    text-align: center;
}
#l_install_type-error, #t_email-error {
    padding-right: 0;
    padding-left: 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-list label {
        margin: 0 2px;
    }
    #l_product-error {
        width: 516px;
    }
    #l_install_type-error, #t_email-error {
        padding-right: 0;
        padding-left: 1px;
    }
}
label[for="wb_1"] {
    background: #FFF url('/update_center/images/wb2002_2009.png?v=1.1') no-repeat;
    margin-left: 2px;
}
label[for="wb_2"] {
    background: #FFF url('/update_center/images/wb2010.png?v=1.1') no-repeat;
}
label[for="wb_3"] {
    background: #FFF url('/update_center/images/wb_2011.png?v=1.1') no-repeat;
}
label[for="wb_4"] {
    background: #FFF url('/update_center/images/wb2012.png?v=1.1') no-repeat;
}
label[for="wb_5"] {
    background: #FFF url('/update_center/images/wb_2013.png?v=1.1') no-repeat;
}
.product-list label.active {
    background-position: bottom;
}

.submit_btn{
    margin-bottom: 20px;
}

.footer .copyright {
    width: 385px;
}
.checboxes{
    margin-top: 20px;
}
.checboxes label {
    min-height: 15px;
    line-height: 15px;
    margin-bottom: 0;
}
#state{
    display: none!important;
}
.form-group .col-xs-6:not(.control-label) {
    padding-right: 0;
}
.checkbox_block {
    margin-left: 60px;
    margin-top: 15px;
}
input[type=checkbox] {
    margin-top: 1px;
}

#t_email-error {
    letter-spacing: -0.1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    label[for="wb_1"] {
        background: #FFF url('/update_center/images/wb2002_2009_2x.png?v=1.1') no-repeat;
        background-size: 100px;
    }
    label[for="wb_2"] {
        background: #FFF url('/update_center/images/wb2010_2x.png?v=1.1') no-repeat;
        background-size: 100px;
    }
    label[for="wb_3"] {
        background: #FFF url('/update_center/images/wb_2011_2x.png?v=1.1') no-repeat;
        background-size: 100px;
    }
    label[for="wb_4"] {
        background: #FFF url('/update_center/images/wb2012_2x.png?v=1.1') no-repeat;
        background-size: 100px;
    }
    label[for="wb_5"] {
        background: #FFF url('/update_center/images/wb_2013_2x.png?v=1.1') no-repeat;
        background-size: 100px;
    }
    input[type=checkbox] {
        margin-top: 0;
    }
}