/* 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 {
	font-size: 110%;
	font-weight: bold;
	text-align: justify;
}

.searchmodule.searchdefault input.text {
	border: 1px solid #D2E8F7;
	color: #777777;
	height: 25px;
	padding: 0;
	vertical-align: top;
	width: 90px;
}

.searchmodule.searchdefault input.button {
	display: inline;
	height: 26px;
	margin-right: 3px;
	width: 45px;
}

/* 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;
}