/* @override http://heus.kxweb.de/fileadmin/css/search.css */

.tx-macinasearchbox-pi1 {
	position: absolute;
	top: 41px;
	right: 26px;
	z-index: 2000;
	}

/* Attribute selector */
#header form input[type="text"] {
	display: block;
	float: left;
	margin: 0;
	height: 20px;
	padding: 0 0 0 8px;
	border: 0;
	width: 115px;
	color: #333;
	background: url(img/search-bg-2.png) no-repeat;
	}

input#search-input {
	font-size: 0.9em;
}

/* Attribute selector */
#header form input[type="image"] {
	float: left;
	}	
	
#header label{
	display: none;
}

