body {
    background-color:#b4b4b4;
    font:Verdana, Geneva, sans-serif;
    font-weight:bold
    font-size:13px;
    color:#f9fbf8;
}
.button7 {
    padding:0;
    margin:0;
    border:none;
    background: url("../images/sendbutton.png") no-repeat center;
    color: #000000;
    height:18px;
    width:70px;
}


.form1 {
    width: 240px; /* Breite.*/
    background:#b4b4b4;
    color:#333;
}

a {
    color:#00264D;
    text-decoration:none;
    border-bottom:1px dotted #00264D;
}
a:hover {
    color:#1D4A76;
}


div#login {
    padding-left:60px;
    width:313px;
    height:413px;
    margin:auto;
    text-align: left;
    background:url("../images/login_background.png") center no-repeat;

}
div#logo {
    padding-right:60px;
    text-align: center;
}
div#sendbutton {
    padding-right:60px;
    text-align: center;
}
#login input.button7, #login input.form1 {
-webkit-appearance: none;
border-radius: 0;
}
