@charset "utf-8";

#cse-search-box {
	width: 785px;
	height: 61px;
	background: url(../img/search_box.jpg) no-repeat left top;
	padding: 6px 55px 0px 170px;
	text-align: left!important;
	margin-bottom: 8px;
}


/*#cse-search-box table.gsc-search-box td,
#cse-search-box table.gsc-search-box input{
   vertical-align: top !important;
}*/

#cse-search-box input[type="text"] {
	padding:0px 8px;
	height: 40px!important;
	line-height: 30px;
	font-size: 1.3em;
/*	border: solid 1px #ccc!important;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	color:#000000!important; */
	width: 620px;
	margin-bottom: 5px;

}

#cse-search-box td.gsc-input {
	border:none;
}


#cse-search-box input.gsc-search-button, #cse-search-box button.gsc-search-button {
	text-indent: -9999px;
	background: url(../img/search_btn.gif) no-repeat 0px -32px;
	width: 120px;
	height: 32px;
	border: none;
	vertical-align: middle;
	cursor: pointer;

}

#cse-search-box input.gsc-search-button:hover {
	background: url(../img/search_btn.gif) no-repeat 0px 0px;
}

#cse-search-box div.gsc-clear-button {
	display:none;
}

/*.gsc-input-box {
	padding: 5px;
}*/
