/* This refers to the body of an individual search result */
.wpSearch_SearchResult
{
	font-family: verdana;
	font-size: 12px;
	border: dotted 2px #1688B9;
	color: #1688B9;
}		

/* This refers to the title of an individual search result */
.wpSearch_SearchResultTitle
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1688B9;
	cursor: pointer;
}

/* This refers to the line that says:
	Search for "x" returned n hit(s). Showing results a to b.
*/
#wpSearch_searchStats
{
	font-family: verdana;
	font-size: 12px;
	color: #1688B9;		
}

/*Refers to the link that says 'Last' in the results */
#wpSearch_lastResults
{
	display: inline; 
	float: left;
}

/*Refers to the link that says 'Next' in the results */
#wpSearch_nextResults
{
	display: inline; 
	float: right;
}