/* CSS Document */
div#content  form#searchForm div.inputLine{
	width:150px;
}
div#content  form#searchForm div.inputLine input.textbox{
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	width:105px;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	border-style:none;
	border-width:0px;
	background:url(../images/search_border.gif) no-repeat left center;
	background-attachment:fixed;
	
}
div#content  form#searchForm>div.inputLine>input.textbox{
	background-attachment:inherit;
}

div#content  form#searchForm input.searchButton{
	width:25px;
	vertical-align:middle;
}