@charset "utf-8";
/* CSS Document */
#sidebar .wp_widget_searchlist_box_home{ 
	width:280px;
	background:#FFFFFF;
}
#sidebar .wp_widget_searchlist_box_home .widget-title{ 
	background-color:#7bd14e; 
	height:70px; 
	width:100%;
	color:#FFFFFF;
	font:22px/26px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
	font-weight:600;
	padding-left:20px;
		padding-top:7px;
	line-height:54px;
	margin-bottom: 7px;
}
#sidebar .wp_widget_searchlist_box_home .frm_element_container{
	padding:0 15px;
}
#sidebar .wp_widget_searchlist_box_home .btn_search input{ 
	background:#000000; 
	width:100%;
	height:40px;
	-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;
	letter-spacing: 1px;
	font-size: 16px!important;
	font-weight: bold!important;	
	line-height: 16px;
}
#sidebar .wp_widget_searchlist_box_other input[type="text"],#sidebar .wp_widget_searchlist_box_other select{
	width:100%;
	height:35px;
	padding:4px 10px 7px;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 10px;
} 
#sidebar .wp_widget_searchlist_box_home input[type="text"],#sidebar .wp_widget_searchlist_box_home select{
	width:100%;
	height:27px;
	padding:0px 4px 0px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 8px;
}
#sidebar .wp_widget_searchlist_box_home input[type="text"]::-moz-placeholder{ color:#000000; }
#sidebar .wp_widget_searchlist_box_other label, #sidebar .wp_widget_searchlist_box_home label{ width:100%; display:block; margin-bottom: 0px;}
#sidebar .wp_widget_searchlist_box_home .txt_to{ padding:0px 7px; font-size:15px; font-weight:bold;}
#sidebar .wp_widget_searchlist_box_other .smallselect, #sidebar .wp_widget_searchlist_box_home .smallselect{ width: 43%;}



/*Search box on other pages*/
#sidebar .wp_widget_searchlist_box_other{ 
	/*width:220px;*/
	background:#FFFFFF;
	padding:10px 20px;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}
#sidebar .wp_widget_searchlist_box_other .txt_to{ padding:0px 3px; font-size:15px; font-weight:bold;}
#sidebar .wp_widget_searchlist_box_other .widget-title{ 
	font:16px/20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
	font-weight:bold;
	text-transform:uppercase;	
	line-height:30px;
	background-color: #008456;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .wp_widget_searchlist_box_other .btn_search input{ 
	width:100%;
}
#sidebar .wp_widget_searchlist_box_other input[type="text"]{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; color:#000000;}



