
#divSearch{
	margin-bottom:10px;

}	
#divSearch .SearchHeader
{
	background: url(Search_header.gif) no-repeat;
	width:195px;
	height:26px;
	font-family: tahoma;
	font-size:  12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	line-height:26px;
	text-align:center;
}

#divSearch .SearchContent
{
	width:195px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background: url(Search_center.gif);
}
#divSearch .SearchFooter
{
	margin:0px;
	padding:0px;
	height:7px;
	background: url(Search_bootom.gif) no-repeat;
	width:195px;
}	

