@charset "utf-8";
/* CSS Document */
#tfheader{
		background-color:#c3dfef;
	}
	#tfnewsearch{
		float:right;
		padding:20px;
	}
	.tftextinput4{
		margin: -5px;
		margin-top: 5px;
		height:23px;
		font-family: "Trebuchet MS",​Arial,​Sans-Serif;
		font-size:17px;
		font-weight:bold;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;	
		border-top-right-radius: 0px 0px !important;
		border-bottom-right-radius: 0px 0px !important;	
	}.tftextinput4:focus{
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;	
		border-top-right-radius: 0px 0px !important;
		border-bottom-right-radius: 0px 0px !important;	
	}
	.tfbutton4 {
		
		padding-left: 18px;
		margin: 2px -99px -120px;
		height:31px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: pointer;
		border: solid 1px #0076a3; border-left:0px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		border-top-left-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;	
		
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton4::-moz-focus-inner {
	  border: 0;
	}

	.tfclear{
		clear:both;
	}

