body {
    background-color: rgb(232,232,232) !important;
    /* background-color: rgb(241,241,241) !important;*/
}

#banner {
    margin-top: 20px;
    width: 989px;
    height: 320px;
    background: url(./images/bannwrecar2.png) no-repeat top left;
    border: 2px solid grey;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.static-content {

    font-size: 1.2em;
    color: white !important;
    font-family: "Ubuntu Condensed";
}

.register-form {
    text-align: left;
    background-color: rgb(221,225,226) !important;
    color: rgb(251,251,251) !important;
    /*color: rgb(241,241,241) !important;*/

}

.register-title {
    font-family: "Ubuntu Condensed";
    font-size: 1.6em;
    color: rgb(17,17,15) !important;
    /*color: rgb(241,241,241) !important;*/
    font-weight: bold;
}

.register-form {
    padding: 10px 10px 10px 10px;
    /*height: 550px;*/
    border-radius: 6px;
}

#registerLayout {

    margin-top: 50px;
}

#registerLayout .col1 {
    vertical-align: top;
}

#registerLayout .col2 {
    width: 350px;
}

.register-form-table label {
    display: block;
    color: rgb(17,17,15) !important;
    /*color: rgb(241,241,241) !important;*/
    font-weight: bold;
}


.register-form-table input[type='text'] {
    width: 97%;
}

.register-form-table input[type='email'] {
    width: 97%;
}

input[type=checkbox].checkbox-with-label {
    vertical-align: middle;
    position: relative;
    float: left;
    bottom: 1px;
    width: 20px;
    margin-right: 15px;
    margin-left: 0px;
    color: rgb(17,17,15) !important;
    /*color: rgb(241,241,241) !important;*/
}

.line input {
    font-size: 13px;
    height: 25px;
    margin: 3px 0px 15px 0px;
    border-radius: 4px;
    padding: 1px 2px 1px 5px;
    font-weight: bold;
}

#eventRegisterForm {
    margin-top: 30px;
}

.for-checkbox {
    padding-top: 4px;
    font-size: 0.7em;
}

input[type=checkbox] {
    width: 20px;

}

#eventRegisterForm .submit-button {

    margin-top: 20px;
    margin-bottom: 15px;

    height: 40px;
    font-size: 1.1em;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    background-color: rgb(143,145,145);
    color: rgb(255,255,255);

}

a, a:visited {
    color: rgb(69,73,146);
}

.topLang {
    position: relative !important;
    top: 10px !important;
    left: 0px;
    height: auto !important;
}

label.for-checkbox {
    position: static;
    float: none;
    top: 5px;
}

.line input[type="submit"] {
    width: 100% !important;
}

.static-content {
    color: rgb(17,17,15) !important;
}