@charset "utf-8";
/* CSS Document */

#search_text {
	font-size: 120%;
/*	width: 50%;*/
	width: 55%;
	height: 1.5em;
	border-color: #11DD22;
	border-style: solid;
}
#search_btn_g,#search_btn_y {
	font-size: 90%;
	width: 18%;
	background-color: #EEE;
	height: 2em;
	margin-left: 3%;
	background: -moz-linear-gradient(top,#FFF 0%,#AAA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#AAA));
	border-top: thin solid #BBB;
	border-left: thin solid #BBB;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: #111;
}
