/* search form */
.module_box .module_box_title_blue {
	background-color: #4B8AA2;
	color: white;
	padding-left: 6px;
	text-transform: uppercase;
	font-weight: bold;
}

.searchmodule.searchdefault form {
	background-color: white;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
}
.searchmodule.searchdefault p { 
	margin: 0; 
	padding: 0; 
}

.searchmodule.searchdefault input.text { 
	width: 90px;
	color: #777; 
	height: 20px;
	padding: 0px;	
	border: 1px solid #D2E8F7; 
	/*float:left;*/
	/*margin-right: 0;*/
}
.searchmodule.searchdefault input.button { 
	width: 55px;
	height: 26px;
	margin:0 0 0 3px;
}

/* results styles */

.searchmodule.results .searched_for{
	display:block;
	padding:5px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin:0 0 15px 0;
}
.searchmodule.results .item {
	padding:5px;
	margin: 0 0 10px 0;
	border:1px dotted #999;
}

.searchmodule.results .item .summary {
	color:#888;
}
.searchmodule.results .item .summary b {
	background:#ffe39c;
	border:1px dotted #fdb827 ;
	color:#444;
}

