#ajaxsearch
{
	background-image:url(search-top.gif);
	background-repeat:no-repeat;
	padding-top:35px;
}

#ajaxsearch a
{
	display:block;
	margin-top:10px;
	
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	width:152px;
	height:22px;	
	font-size:10px;
	text-align:center;
	padding-top: 0px;
	background-image:url(result.gif);
	background-position:top left;
	overflow:hidden;
	line-height:22px; /*get rid of multiline anchors*/
	
}

#ajaxsearch a:hover
{
	background-position:bottom left;
	color:black;
}

#ajaxsearch h2
{
	color:white;
	padding:10px;
	font-size:10px;
}

#ajaxbottom
{
	clear:both;
	height:20px;
	background-image:url(bottom.gif);
	background-repeat:no-repeat;
}
