/*
 * Copyright (c) 2003-2019 GameDuell GmbH, All Rights Reserved
 * This document is strictly confidential and sole property of GameDuell GmbH, Berlin, Germany
 */

.staticTeaserBoxHeader {
    height: 20px;
    width: 413px;
    margin: 0;
    float: left;
    padding: 5px 0 0 10px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.staticTeaserBoxHeaderEnd {
    background-position: -226px -1082px;
    width: 197px;
}
.contentWrapper {
    border-left: 1px solid #b5b6b7;
    border-right: 1px solid #b5b6b7;
    border-bottom: 1px solid #b5b6b7;
    color: #333;
}
#passwordForgottenPage #submitButton {
    float: right;
    margin-top: -39px;
}
#passwordForgottenPage.contentWrapper h3 {
    margin: 0px auto 11px 20px;
    padding-top: 23px;
    font-weight: bold;
}
div.bullets,
.contentWrapper form,
.contentWrapper.success {
    background: url(../images/sprites/spritesheet_password_per_mail.png) no-repeat;
}
.contentWrapper div.bullets {
    margin: 0 40px 10px 40px;
    padding-left: 36px;
    padding-top: 8px;
    height: 24px;
    font-size: 11px;
}

div.bullets.bulletOne {
    background-position: -750px -137px;
}
div.bullets.bulletTwo {
    background-position: -750px -185px;
    margin-top: 24px;
}
div.bullets.bulletThree {
    background-position: -750px -234px;
}
div.bullets.bulletFour {
    background-position: -750px -283px;
    padding-top: 7px;
}

.contentWrapper form {
    margin-top: 15px;
    height: 80px;
    background-position: 0 -10px;
    background-repeat: repeat-x;
    padding: 20px 45px;
    position: relative;
}
.contentWrapper form label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contentWrapper form input#commonname {
    height: 28px;
    width: 300px;
    padding-left: 14px;
    line-height: 28px;
}
.contentWrapper form .colorButtonContainer {
    position: absolute;
    right: 40px;
    top: 40px;
}
.contentWrapper form div {
    padding-top: 7px;
    font-size: 10px;
}
.contentWrapper form div.fail {
    display: none;
}
.contentWrapper form div.fail div {
    position: absolute;
    top: 48px;
    left: 366px;
    width: 35px;
    height: 35px;
}

.contentWrapper div.warn {
    background-position: -5px -150px;
    margin: 20px 18px 0px 20px;
    height: 40px;
    padding: 20px 20px 20px;
}

.contentWrapper.success {
    background-position: 10px -287px;
    padding-bottom: 25px;
    padding-top: 26px;
}
.contentWrapper.success h3 {
    margin-left: 105px;
    margin-right: 40px;
}
.contentWrapper.success p {
    margin-left: 105px;
    margin-right: 40px;
}

#passwordForgottenPage .stillIssues{
    padding: 23px 20px 30px 20px;
}
#passwordForgottenPage .stillIssues .smallHeadline {
    margin-bottom: 10px;
    display: inline-block;
}
#passwordForgottenPage .stillIssues .smallText {
    display: inline-block;
}

#passwordForgottenPage .stillIssues .contactFormContainer{
    text-align: right;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
}
#passwordForgottenPage div.stillIssues hr.contentSeparator{
    margin-bottom: 16px;
}



