/* TAB INDEX STYLES BEGIN */
/* Style the tab content */
.tabcontent {
    display: none;
	overflow:hidden;
}
/* TAB INDEX STYLES END */    
.sfsearch{
	margin: 0;
	padding: 5px 10px;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	border: thin solid #e64e25;
	border-right: 0;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	font-style: italic;
	height: auto;
	width: 20%;
}
.sfbutton{
	padding: 5px 5px;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	color: #e64e25;
	border-right: 0;
	background: transparent;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	position: absolute;
	height: auto;
	border: thin solid #e64e25;
}
.sfbutton:hover{
	background: transparent; 
	border: thin solid #45a0ac;
	color: #45a0ac;
}
.sfsearch:focus,.button:focus{
	outline: none;
}
#sfsearch-box{
	margin-top: 5px;
}