.cs-demo-searchfield {
	position: absolute;
	top: 180px;
	left: 375px;
	height: 32px;
	width: 410px;
}

#cs-searchbox {
	width: 400px;
	height: 32px;
	padding: 0;
}

#cs-searchfield {

}

#cs-searchfield span.sbox_l  {
	background: url('../img/searchfield_leftcap.gif') no-repeat top left;
	float: left;
	width: 15px; height: 32px;
}

#cs-searchfield span.sbox_r  {
	background: url('../img/searchfield_rightcap.gif') no-repeat top left;
	float: left;
	width: 15px; height: 32px;
}

#cs-searchfield span.sbox input {
	background: url('../img/searchfield_repeat.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 32px; width: 210px;
	padding-top: 7px;
	font: 13px arial;
	color: #000;
}

a.searchlink {
	display: block;
	float: left;
	margin-left: 5px;
	width: 49px;
	height: 32px; 
	background: transparent url('../img/ButtonGo.gif') center left no-repeat;
}
a.searchlink:hover {
	background: transparent url('../img/ButtonGo_hover.gif') center left no-repeat;
}
a.searchlink:active {
	background: transparent url('../img/ButtonGo_onKlick.gif') center left no-repeat;
}
