/* START SEARCH */
.SearchContent {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 5px;
}
.Searchbg {
	width: 180px;
	background-image: url(images/searchbg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}
.SearchTop {
	width: 180px;
	height: 41px;
	background-image: url(images/searchtop.gif);
	background-repeat: no-repeat;
}
.SearchBottom {
	width: 180px;
	height: 20px;
	background-image: url(images/searchbottom.gif);
	background-repeat: no-repeat;
}
/* END SEARCH */