input[type=button],
input[type=submit]{
	font-size:12px;
	-webkit-appearance: none;
	border-radius:3px;
	background: #fff;
	background: -o-linear-gradient(top, #fbfbfc, #eaeaeb);
	background:  -moz-linear-gradient(top, #fbfbfc, #eaeaeb);
	background:  -webkit-gradient(linear, left top, left bottom, from(#fbfbfc), to(#eaeaeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfbfbfc', endColorstr='#FFeaeaeb');
}

input.suche{
	width: 60px;
	height: 18px;
	font-size:12px;
	color: #FFF;
	background: #003399;
	background: -o-linear-gradient(top, #335cad, #003399);
	background: -moz-linear-gradient(top, #335cad, #003399);
	background: -webkit-gradient(linear, left top, left bottom, from(#335cad), to(#003399));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF335cad', endColorstr='#FF003399');
	border: 0px;
	border-radius: 1px;
	cursor: pointer;
}

input:hover.suche{
	width: 60px;
	height: 18px;
	font-size:12px;
	color: #FFF;
	background: #335cad;
	background: -o-linear-gradient(top, #003399, #335cad);
	background: -moz-linear-gradient(top, #003399, #335cad);
	background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#335cad));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF003399', endColorstr='#FF335cad');
	border: 0px;
	border-radius: 1px;
	cursor: pointer;
}