/* CSS Document */
.search{
	height: 20px;
	width: 30px;
	background-image: url(../layout/go.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1px;
}
.search_input{
	background-color: #F1F1F1;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 159px;
	padding-top: 2px;
}