.headerBackground { -moz-user-select: none; -webkit-user-select: none; width: 100%; @height: 170px; height: @height; background-color: white; background-image: url("img/header1bg_bg.png") !important; background-repeat: repeat-x !important; background-position: center top !important; .shadow { height: @height; position: absolute; left: 50%; margin-left: -572px; width: 1144px; background-image: url("img/base_bg_shadow.png"); background-repeat: repeat-y; background-position: center top; } #header { width: 1024px; height: inherit; position: absolute; left: 50%; margin-left: -512px; background-repeat: repeat-x; background-position: center top; .logo { position: relative; width: 405px; height: 61px; top: 67px; left: 38px; cursor: pointer; } .search { display: none; width: 333px; height: 33px; position: absolute; top: 40px; right: 29px; background-image: url(img/header_search_bg.png); background-repeat: no-repeat; background-position: left top; padding: 4px; .textField { width: 240px; } #HeaderSearchForm { button { box-shadow: 0 0 1px rgba(0,0,0,0.22) !important; border-radius: 3px !important; padding: 0; text-shadow: none; &.settings { background-image: url(img/SearchBarOptions_bg.png); } &.search { background-image: url(img/SearchBarButton_bg.png); } } #searchSettingsButton { position: absolute; top: 4px; left: 248px; width:19px; height: 25px; } #searchButton { position: absolute; top: 4px; left: 270px; width:59px; height: 25px; } } } } }