div#minisearch {
	width: 228px;
	height: 57px;
	background-color: #eaf0f6;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid white;
}

div.minisearchrel {
	position: relative;
	width: 228px;
	height: 57px;
}

span.close {
	position: absolute;
	top: 2px;
	right: 2px;
}

span.close a img {
	border: 0px;
}

span.submit {
	display: block;
	position: absolute;
	top: 24px;
	right: 8px;
	height: 18px;
	width: 53px;
}

span.submit a {
	display: block;
	height: 18px;
	width: 53px;
	text-decoration: none;
	background: url(images/top_searchbox_btn.png);
}

span.submit a:hover {
	background: url(images/top_searchbox_btn_over.png);
}

span.search {
	display: block;
	position: absolute;
	top: 25px;
	left: 12px;
}

span.search input {
	height: 16px;
	width: 150px;
	border: 1px solid #447baf;
}

div.minisearchrel span.label {
	display: block;
	position: absolute;
	top: 11px;
	left: 14px;
	font-size: 10px;
	color: #1d1e39;
	text-transform: uppercase;
	letter-spacing: .01em;
}










table.search_results_title {
	background: #e9f2fa;
}

table.search_results_title td.label {
	color: #1d1e39;
	text-transform: uppercase;
	font-size: 12px;
}

table.search_results_title td.breakdown {
	color: #1072bb;
	font-size: 10px;
}


div.result {
	margin-bottom: 17px;
}

div.result a.title {
	color: #22305e;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	font-family: arial, sans-serif;
}

div.result span.desc {
	color: #6f859d;
	font-size: 12px;
}

span.url {
	color: #1072bb;
	font-size: 12px;
}




div.wrapper {
	width: 750px;
	text-align: left;
	padding-top: 10px;
}