#tfheader{
	/*background-color:#c3dfef;*/
	}
#tfnewsearch{
	float:right;
	padding:20px;
}
.tftextinput4{
	margin: 0;
	padding: 6px 15px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	border:1px solid;
	border-right:0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;	
}
.tfbutton4 {
	margin: 0;
	padding: 0;
	width:30px;
	height:30px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px;
	border-right:0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	background: url('../images/loupe.png') !important;
}
/* Fixes submit button height problem in Firefox */
.tfbutton4::-moz-focus-inner {
  border: 0;
}
.tfclear{
	clear:both;
}