.headerlogo {
    border: none;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    margin-top: 20px;
    float: right;
    background-size: 200px 46px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
}

.headerpanel {
    background-image: url("../images/header.png") !important;
    background-repeat:no-repeat;
}


.wizardBackground {
	background-image: url("../images/bg-header_4.png") !important;
	background-repeat:no-repeat;
	background-color: #fff;
}

.welcomePage {
    background-color: #ffffff;
    background-image: url("../images/bg-header_4.png") !important;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.x-combo-list-hint {
	padding: 2px;
}