.headerlogo {
    border: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
    /*padding: 10px 10px 0 0;*/
    float: right;
    width: 200px;
    height: 62px;
    background-image: url("../images/steag.logo.ori.png");
    background-repeat: no-repeat;
}

.headerRight {
	float: right;
	position: absolute;
	background-image: url("../images/steag.logo.ori.png");
    background-repeat: no-repeat;
    background-size: 200px 70px;
    width: 200px;
    height: 62px;
    right: 40px;
    margin-top: 5px;
} 

.headerLeft {
    background-image: url(../images/logo_header.png) !important;
    background-repeat: no-repeat;
    background-size: 328px 80px;
    margin-left: 5px;
    width: 328px;
    height: 80px;
} 

.welcomePage {
    background-color: #ffffff;
    background-image: url("../images/bg-bottom-right.png") !important;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wizardBackground {
	background-image: url("../images/bg-top-left.png") !important;
	background-repeat:no-repeat;
	background-color: #fff;
}

.quickSearchTrigger {
	height: 20px !important;
	background-image: url("../images/search-trigger.gif");
}

.excelExport {
	background-image: url("../images/excel_icon.gif");
}