<!-- CSS styles for standard search box with placeholder text-->
<style type="text/css">
	#tfheader{
		
	}
	#tfnewsearch{
        margin-top:25px;
		margin-left:auto;
        margin-right:auto;
        width:400px;
        border:#00A599 1px solid;
		padding:20px;
        height:50px;
	}
	.tftextinput2{
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #00A599;
        border:#F5F5F5 1px solid;
        border-right:0;
         height:40px;
		
	}
	.tfbutton2 {
		margin-left:35px;
		padding: 5px 7px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:24px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #00A599;

		background: #F5F5F5;
         border:#F5F5F5 1px solid;
        border-left:0;
         height:52px;
	
	}
	
/* .tfbutton2:hover {
		text-decoration: none;
		background: #22B173;
        border:0;
        color:#fff;
	
	}*/
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
</style>