
/* @group Search */
/* Search pop-up */

#searchpopup .searchpopup {
	position: relative;
	float: left;
}
#searchpopup a.trigger {
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer !important;
	z-index: 100;
	background:url(Menu-images/search.png) no-repeat; width:31px; height:28px;
	top: 0px;
	right: 0px;
}

#searchpopup .popup {
	position: absolute;
	width: 223px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(Menu-images/search_popup2.png) no-repeat !important;
	background: url(Menu-images/search_popup.gif) no-repeat;
	display: none;
	top: 29px !important;
	left: -182px !important;
	z-index: 50;
	border:none;
}

form#cse-search-box {
	margin: 0;
}

input#inputborder {
	height: 20px;
	overflow: hidden;
	width: 175px;
	background: #fff !important;
	margin: 0 !important;
	border-left: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	border-top: 1px solid #999 !important;
	border-right: none !important;
	padding: 2px !important;
	position: absolute;
	bottom: 9px;
	left: 8px;
	color: #666;
	font:16px Arial;
}

input#searchbtn {
	height: 26px;
	width: 26px;
	background: #d21531 url(Menu-images/search_form-arrow2.jpg) no-repeat right !important;
	margin: 0;
	border: 0;
	position: absolute;
	right: 9px;
	bottom: 9px;
	cursor: pointer;
}

#searchpopup input:focus {  
      
}