body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    color: #333333;
}

h1 {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #000066;
}

hr {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 1px;
    border: 0px;
    background-color: #ffffff;
}

input {
    margin: 0px;
    padding: 0px;
}

input[type=text] {
    float: left;
    padding: 0px 5px 0px 5px;
    width: 100%;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    border-color: #848484 #d6d6d6 #d6d6d6 #848484;
    box-sizing: border-box;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    color: #333333;
}

input[type=checkbox] {
    display:block;    
    width:13px; 
    height:13px; 
    margin-top: 2px;
    overflow:visible;
}

input[type=image] {
    float: right;
}

select {
    margin: 0px;
    width: 100%;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    border-color: #848484 #d6d6d6 #d6d6d6 #848484;
    box-sizing: border-box;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    color: #333333;
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
}

.page-wrapper .left-container {
    float: left;
    width: 42.3%;
    padding: 0px 15px 0px 0px;
    box-sizing: border-box;    
}

.left-container .subheadline {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-weight: bold;
    color: #999999;
}

.left-container .intro, .left-container .info {
    float: left;
    width: 100%;
    line-height: 17px;
}

.left-container .newsletter-content {
    float: left;
    display: table;
    width: 100%;
    margin: 2px 0px 20px 0px;
}

.left-container .newsletter-content .bullet-point {
    display: table-row;
    width: 100%;
}

.left-container .newsletter-content .bullet {
    display: table-cell;
    width: 15px;
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
}

.left-container .newsletter-content .bullet img {
    float: left;
}

.left-container .newsletter-content .bullet-desc {
    display: table-cell;
    width: auto;
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
}

.page-wrapper .right-container {
    float: left;
    width: 57.7%;
    box-sizing: border-box;  
}

.right-container .block {
    float: left;
    width: 100%;
    padding: 0px 15px 0px 15px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    background-color: #EEEEEE;    
}

.right-container .first {
    padding: 0px;
}

.right-container .second, .right-container .third {
    padding: 12px 15px 6px 15px;
}

.right-container .fifth {
    padding: 13px 15px 16px 15px;
}

.right-container .personal-data {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 23px;
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    background-image: url(../img/pd-filler.png);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.right-container .require-info {
    float: left;
    width: 100%;
    padding: 17px 15px 10px 15px;
    box-sizing: border-box;
}

.right-container .require-info a {
    color: #999999;
    text-decoration: none;
}

.right-container .label {
    float: left;
    clear: left;
    width: 35.9%;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 9px;
}

.right-container .input {
    float: left;
    width: 64.1%;
    margin-bottom: 9px;
}

.right-container .privacy {
    float: left;
    display: table;
    width: 100%;
    margin: 8px 0px 13px 0px;
}

.privacy .privacy-row {
    display: table-row;
}

.privacy .privacy-row .privacy-checkbox {
    display: table-cell;
    width: 27px;
    padding: 8px 0px 8px 0px;
    vertical-align: top;
}

.privacy .privacy-row .privacy-checkbox-desc {
    display: table-cell;
    width: auto;
    padding: 8px 0px 8px 0px;
}

.privacy .privacy-row .privacy-checkbox-desc a {
    text-decoration: none;
    font-weight: bold;
    color: #000066;
}

@media screen and (max-width: 767px) {
    
    .page-wrapper .left-container {
        width: 100%;
        padding: 0px;
        margin-bottom: 19px;
    }
    
    .page-wrapper .right-container {
        clear: left;
        width: 100%;
    }
    
    .right-container .label {
        float: left;
        clear: left;
        width: 30%;
        padding-right: 5px;
        box-sizing: border-box;
        margin-bottom: 9px;
    }

    .right-container .input {
        float: left;
        width: 70%;
        margin-bottom: 9px;
    }
    
}

@media screen and (max-width: 480px) {

    .right-container .label {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 4px;
    }

    .right-container .input {
        clear: left;
        width: 100%;
        margin-bottom: 9px;
    }
    
}