
.results .header
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.results .header h1
{
	font-size: 1.6em;
}

.result
{
	margin-bottom: 25px;
}

.result h1
{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}

.result h1 a
{
	text-decoration: underline;
	font-weight: normal;
}

.result .type
{
	font-size: 0.8em;
}

.result .description
{
	margin-top: 5px;
}

.search_input_text{
	border: 0px;
	height: 20px;
	/*margin-left:-80px;*/
	margin-top: 3px;
	width:155px;
	float: left;
}
#search form{
	margin-left: 5px;
	
}

.search_input_image{
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}

.search_input_button{
	background-color:#43596F;
	border: 0px;
	color: white;
}

.searchform{
	background: url('../img/searchbar.jpg') no-repeat top left;
	width: 249px;
	height: 29px;
	margin-top: 5px;
}

