html{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacecing: 5px;
}
input {
    height: 20px;
}
input[type=text],
input[type=password] {
    /*border: 1px solid #cccccc; */
    border: none;
    margin: 0 0 10px 0;
    width: 163px;
    color: #999999;
    padding: 8px 20px 8px 45px;
}
input[type=text]{
    background: url("/static/images/login/usr_inactive.png") left no-repeat;
}
input[type=password]{
    background: url("/static/images/login/pwd_inactive.png") left no-repeat;
}
input[type=text]:focus,
input[type=password]:focus{
    /*border: 1px solid #4599e4; */
    color: #4e4e4e;
}
input[type=text]:focus{
    background: url("/static/images/login/usr_active.png") left no-repeat;
}
input[type=password]:focus{
    background: url("/static/images/login/pwd_active.png") left no-repeat;
}
#wrapper{
    background-image: url("/static/images/login/wrapper.png");
    background-position: center top;
    background-repeat: repeat-x;
    height: 196px;
    width: 100%;
    z-index: 1;
    margin: auto;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-100px;
}
#loginContainer{
    background-image: url("/static/images/login/container.png");
    background-repeat: no-repeat;
    width: 308px;
    height: 246px;
    z-index: 2;
    margin: auto;
    margin-top: -45px;
    padding: 20px;
    text-align: center;
    color: #666666;

    position: relative;
}
#logo{
    height: 60px;
    /*background-color: #FFFCCC;*/
    background: url("/static/images/login/logo.png") center no-repeat;
    margin: auto;
    margin-top: -110px;
    margin-bottom: 50px;
}
#impressum{
    width: 348px;
    height: 60px;
    color: #c4c3c3;
    margin: auto;
    margin-top: 5px;
}
#loginform{
    padding: 60px 0 0 0;
}
#login{
    font-size: 12px;
    margin: 0 0 0 42px;
    padding: 0 92px 0 0;
    width: 100%;
}
#login #submit,#button{
    background: url("/static/images/login/login.png") left no-repeat;
    border: none;
    width: 68px;
    height: 30px;
}
#login #submit:active,#button:active{
    border-top: 2px solid #206492;
}
a#access_doc_link{
    position: relative;
    top: 15px;
    color: #999;
    font-size: 8px;
}

/************************************************\
 * Folgende Styles werden fuer die Anzeige und das Ausblenden der
 * Kompatibilitaetsliste benutzt.*
\************************************************/

.placeholder {
    height: 15px;
}

#worst_status {
    height: 11px;
    width:  11px;
}

.infoicon:hover {
    cursor: pointer;
}

#compatibilities {
    text-align: center;
    color: #666666;
}

#comptext {
    font-size: 14px;
    vertical-align: middle;
}

#comptext:hover {
    cursor: pointer;
}

#wholetable {
    text-align: center;

    margin: 0 auto;
}

#wholetable td {
    vertical-align: top;
}

#infotable {
    text-align: left;
    margin: 0 auto;
    width: 250px;
}

#infotable td {
    width:  50%;
}

#comptable {
    text-align: left;
    margin: 0 auto;
    width: 250px;
}

#comptable td {
    text-align: left;
    width: 50%;
}

#chevron {
    width:  11px;
    height: 11px;
}

/************************************************\
 *The following stuff is for the checkbox style *
\************************************************/
label {
    display: inline;
}
.checkbox {
    display: none;
}
.checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.checkbox + label:active, .checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

#forgot_pwd_container > a{
    color: #999;
}
