.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static-de.moveon4.com/de-setuglobal/images/RGB.jpg") no-repeat scroll 0px -15px #fff;
    padding-top: 96px;
	background-size: 30%;
}
.formHeader {
    color: #435465 !important;
	font-size: 25px;
}
.loginBar {

    
	padding: 5px 0px 4px 2px;
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 12px;
    line-height: 19px;
    position: relative;
}
.wizardTitleBar {
    background: #435465;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
	color: white;
}
.pageCover h1 {
	color: #435465;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #435465;
    border-bottom: 4px solid #378B84;
    color: white;
    padding: 4px 8px;
	
}

input[type=submit], button, input[type=reset], .button {
    background: none #435465;
    position: relative;
    padding: 6px 14px 7px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

button[kind="submit"]:hover {
    background: none #378B84; 
	color:white;
	}