#searchBox {
	right: 64px;
	top: 57px;
	background: 0% -1px url(bilder/search_box.png) no-repeat;
	}
	
.submitBtn {
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn't like the above */
	background: url(bilder/btnSearch_greenDuo.png) no-repeat 7px 3px;
	}
	
.submitBtn:hover {
	background: url(bilder/btnSearch_greenDuo.png) no-repeat 7px -53px;
	}