@charset "UTF-8";
/* CSS Document */

	#tfheader{
		background-color:none;
	}
	#tfnewsearch{
		display:inline-block;
	}
	.tftextinput4{
		margin: 0;
		padding: 6px 15px;
		font-family: "CaslonBook", Georgia, serif;;
		font-size:14px;
		color:#5d5047;
		border:1px solid #5d5047; 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: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #5d5047; border-right:0px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		background: #5d5047 url('../images/searchicon.png');
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton4::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}