/* search form 
#searchbar {
	position: absolute;
	top: 425px;
	left: 5px;
}


.searchmodule.searchdefault form {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
}
.searchmodule.searchdefault p { 
	margin: 0; 
	padding: 0; 
}

.searchmodule.searchdefault input.text { 
	width: 110px;
	color: #0066FF; 
	height: 20px;
	padding: 5px;	
	border: 0px solid #D2E8F7; 
	background: none;
	float:left;
	text-transform: uppercase;
}
.searchmodule.searchdefault input.button { 
	width: 55px;
	height: 26px;
	margin:0 0 0 3px;
	display: none;
}
.searchmodule.results {
	
}
.searchmodule.results .searched_for{
	display:block;
	padding:5px;
	border-top:0px dotted #999;
	border-bottom:0px dotted #999;
	margin:0 0 15px 0;
}
.searchmodule.results .item {
	padding:5px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dotted #999;
}

.searchmodule.results .item .summary {
	color:#888;
}
.searchmodule.results .item .summary b {
	background:#ffe39c;
	border:1px dotted #fdb827 ;
	color:#444;
}

.searchmodule.results .item.odd {
	background: #F5F7F0 url(images/bg-table.jpg);
}
*/