input {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 7px;
    font-family: lucida sans unicode, lucida sans, lucida grande, lucida, arial, sans-serif, FontAwesome;
    font-size: 12px;
}

.formField {
    height: 30px;
}

#hiddenFakeFields {
    display: none;
}

.footer {
    width: 960px;
    background-color: #333d43;
    border: 0 solid #333d43;
    overflow: auto;
    padding: 15px 0;
}

.footerBox {
    padding: 0 35px;
    float: left;
}

.footerIcon {
    margin: 5px 5px 0 0;
    float: left;
}

.footerTextBox {
    color: #999ea1;
    float: left;
}

.footerTextBox h4 {
    font-family: lucida sans unicode, lucida sans, lucida grande, lucida, arial, sans-serif;
    color: #ffffff;
    font-size: large;
    margin: 0;
}

.footerTextBox ul {
    padding: 0;
}

#successText {
    background: #9deda5;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 0.3em;
}

#plainPageHeader {
    position: relative;
    height: 108px;
    border-top: 1px #fff solid;
    background-image: url('l1GjoVu8LFDmVhS8vDm03TPZktoCSPvSAeBhghFKBO.png');
}

#plainPageHeader #headerLogo {
    position: absolute;
    top: 30px;
    left: 50px;
    padding: 0 !important;
}

#plainPageHeader #headerInfoText {
    color: #2e3030;
    font-size: 15px;
    font-family: georgia, serif;
    width: 320px;
    position: absolute;
    top: 55px;
    left: 270px;
}

#headerMetaNavigation li a {
    text-decoration: none;
    color: #ab0000;
}

#advantageFooterBox ul {
    margin: 0 0 0 22px;
    list-style-image: url('IPec7OMita0zfIjOdx9L3gaHOSap0xqwSoHZY1gERVZ.png');
}

#successFooterBox ul {
    margin: 0;
    list-style: none;
}

#successFooterBox ul li {
    margin: 2px 0;
}

#awardFooterBox ul {
    margin: 0 0 0 20px;
    list-style-image: url('BHIR9tD4psiQdnNqUWo6iYsRPGZePZzE0auvEsPckhJ.png');
}


#successFootnote {
    margin-top: 5px;
    font-size: xx-small;
}

#awardsFootnote {
    color: #888888;
    font-size: xx-small;
    margin-top: 50px;
    text-align: center;
}

/* Default width for registration box start page and landing pages */
#registrationBox {
    width: 268px;
    padding: 20px 15px 20px 15px;
}

/* Auto-size registration box to match the width of the side column */
.sideColumn #registrationBox {
    width: auto;
    padding: 0;
}

.sideColumn #registrationBox .tosPrivacyField {
    text-align: left;
}

#registrationBox .registrationArea {
    width: 100%;
    left: 0;
    display: block;
}

#registrationBox .successArea {
    width: 100%;
    left: 0;
    display: none;
}

/* Do not list advantages in the small registration form in side column */
.contentBigMainColumn .sideColumn #registrationBox .listAdvantages {
    display: none;
}

/* The prominent button to proceed within the registration form */
#registrationBox .prominentButton {
    width: 100%;
    text-align: center;
}

/* The prominent button to proceed within a registration form placed in a side column */
.sideColumn #registrationBox .prominentButton {
    font-size: 13px;
    padding: 6px 10px;
}

#registrationBox .registerRow {
    margin: 4px 0;
    line-height: 44px;
    clear: both;
    width: 278px;
}

#registrationBox input {
    width: 125px; /* set explicit width because some browsers (ie. chrome under windows) calculate it wrong */
}

.contentBigMainColumn .sideColumn #registrationBox .registerRow {
    padding: 5px 0;
    line-height: 26px;
    width: 200px;
}

#registrationBox .registerRowText {
    clear: both;
    margin-top: 15px;
}

.contentBigMainColumn .sideColumn #registrationBox .registerRowText .field {
    width: 172px;
}

#registrationBox .registerRowText .field {
    float: left;
}

#registrationBox .registerRow .label,
#registrationBox .registerRowText .label {
    width: 81px;
    float: left;
}

.contentBigMainColumn .sideColumn #registrationBox .registerRow .field {
    margin-top: auto;
}

#registrationBox .registerRow .field {
    vertical-align: middle;
    float: left;
    margin-top: 9px;
}

.contentBigMainColumn .sideColumn #registrationBox .registerRow .choose {
    margin-top: auto;
    width: 170px;
}

#registrationBox .registerRow .choose {
    margin-top: -9px;
    width: 169px;
}

#registrationBox .registerRow .field .text input {
    width: 163px;
}

.registerGenderChooseContent {
    width: 81px;
    text-align: center;
    line-height: 10px;
    float: left;

    /* TODO: background auf white ändern */
    background: white;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    padding: 8px 0 8px 0;
    /* TODO: border wie im Ticket */
    border: 1px solid #d2d2d2;
    text-decoration: none;
}

.registerGenderChooseLeftField {
    float: left;
}

.registerGenderChooseRightField {
    float: left;
}

.registerGenderChooseLeftField:hover {
    cursor: pointer;
}

.registerGenderChooseRightField:hover {
    cursor: pointer;
}

.registerGenderChooseLeftField:hover .registerGenderChooseContent, .registerGenderChooseRightField:hover .registerGenderChooseContent {
    background: #ebecec none repeat scroll 0 0;
    text-decoration: none;
}

.registerGenderChooseLeftFieldActive .registerGenderChooseContent, .registerGenderChooseRightFieldActive .registerGenderChooseContent {
    background: #ebecec none repeat scroll 0 0;
    text-decoration: none;
}

.registerGenderChooseLeftField .registerGenderChooseContent {
    border-right-width: 0px;
}

.registerGenderChooseRightField .registerGenderChooseContent {
    border-left-width: 1px;
}

.form-miniInput {
    width: 40%;
}

.form-miniMiniInput {
    width: 28.4%;
}

#registrationBox .medium {
    font-size: 18px;
}

#registrationBox .formInputNew {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px;
}

#registrationBox .formInputNew.focus {
    border: 1px solid #e96600;
}

#registrationBox .registerRow .field.marginless {
    margin: 0;
    line-height: 44px;
}

.contentBigMainColumn #registrationBox .registerRow .field.marginless {
    line-height: 20px;
}

#registrationBox .registerRow .field.marginless .fieldError {
    top: 9px;
}

.contentBigMainColumn #registrationBox .registerRow .field.marginless .fieldError {
    top: 0;
}

#registrationBox .registerRow #emailAddress {
    width: 164px;
    display: block;
    margin: 10px 0 3px 0;
}

.contentBigMainColumn .sideColumn #registrationBox .registerRow #emailAddress {
    margin-top: 0;
}

.emailSecurityText {
    color: #b4b4b4;
    font-size: 10px;
    line-height: normal;
}

.waitingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 21;
    display: none;
}

.waitingOverlay div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 21;
    background-color: white;
}

.waitingOverlay img {
    z-index: 22;
    position: absolute;
}

#registrationBox .listAdvantages {
    line-height: 20px;
    margin: 15px 0 0 10%;
}

#registrationBox .listAdvantages ul {
    list-style-image: url("v13PzijU2MdRBbJBnD3bsikcjh0NMj2jxa9YdNLWvd3.png");
}

#registrationBox .listAdvantages ul li {
    display: list-item;
    padding: 0;
    background: none;
}

#registrationBox .tosPrivacyField {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 11px;
    text-align: center;
}

#showRegistrationForm {
    cursor: pointer;
}

.listAdvantages ul {
    padding: 0 0 0 20px;
    margin: 0;
}

#content.centeredContent {
    width: 960px;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

#registrationCompletionBackground {
    height: 433px;
    width: 960px;
    background: url("hZOsljamygnuz7xjAdoZhzjv30oWaaxkKTR7DJ77fdS.jpg") no-repeat;
}

#positioningBox {
    left: 15px;
    top: 15px;
    position: absolute;
    z-index: 10;
}

#afterConfirmEmailForm {
    width: 268px;
}

#afterConfirmEmailForm .label {
    float: left;
    margin-bottom: 5px;
}

#afterConfirmEmailForm .field {
    width: 90%;
    float: left;
}

#afterConfirmEmailForm input {
    height: 20px;
    width: 100%;
}

#teaserHeadline {
    font-family: georgia, serif;
    font-size: 17px;
    margin-bottom: 15px;
}

#countrySelector #country {
    width: 100%;
    margin: 0; /* To overwrite a definition from general.css */
}

#createMemberButton {
    overflow: auto;
}

#createMemberButton .prominentButton {
    width: 100%;
    text-align: center;
}

div#residence{
    margin-top: 30px;
}

div#loginData {
    margin-top: 20px;
    margin-bottom: 20px;
}