/* search form */

	#searchform
	{
		margin-bottom:1em;
		padding: 0;
		padding-bottom: 1em;
		border-bottom: 1px solid #ddd;
		float: left;
		width: 367px;
	}
	#searchform label
	{
		display: block;
		font-size: 11px;
	}
	#query2
	{
		margin: 4px 0;
		padding: 3px;
		width: 150px;
		float:left;
		background: white;
		border: 2px solid #CCCCCC;
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		line-height: 20px;
		*height: 20px;
		*margin-left: -15px;
	}
	#searchform button
	{
		display: block;
		float:left;
		background: none;
		border: none;
		outline: none;
		margin: 9px;
		padding: 0;
		width: 73px;
		height: 20px;
		text-indent: -9999px;
		background: #f9f9f9 url(../../img/public/btn_search.png) no-repeat 0 0 ;
	}
	#searchform button.hover
	{
		background-position: 1px 1px;
	}




/* results hearder */

	h2
	{
		margin-bottom: 1.5em;
		clear: both;
	}



/* results */

	#results
	{
		font-weight: normal !important;
	


	}
	#results h3
	{
		margin-bottom: .25em;
		font-size: 16px;
	}
	#results p.description
	{
		margin-bottom: 0;
	}
	#results p.url
	{
		margin-top: .25em;
		margin-bottom: 1.5em;
		font-size: 11px;
		color: #000;
		overflow:hidden;

	}




/* more results */

	#other_pages
	{
		margin-top:1em;
		padding-top: 1em;
		border-top: 1px solid #ddd;
		text-align: center;
	}
	#other_pages a,
	#other_pages b
	{
		margin-right: .25em;
	}
	#other_pages b
	{
		color: #000;
	}