#main-display {
	margin: 0 auto;
	text-align: center;
	padding: 15px 20px;
	font-size: 90%;
}
input.main-search {
	font-size: 120%;
	width: 400px;
	height: 22px;
	padding: 5px;
	background: url(../images/main-search-bg.gif) no-repeat 50% 50% #FFFFFF;
	border: 0;
	color: #444444;
}

input.main-search:focus {
	color: #000000;
}

input.main-search-button {
	background: url(../images/main-search-button.gif) no-repeat 50% 50% #FFFFFF;
	width: 90px;
	height: 32px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: top;
	font-weight: bold;
}
.search-option{
	padding-left:90px;
}
div.pagination {
	padding-bottom:8px;
	margin-bottom:15px;
	border-top:1px solid #0071A5;
	background-color: #D9E9E8;
}
.pagination span.result {
	padding: 3px 7px;
	float:right;
}

.pagination span.pagination {
	background: transparent;
	font-size: 110%;
	display: block;
	clear: both;
}

#main-result {
	text-align: left;
	line-height: 150%;
}

div.result img {
	padding: 0 5px 0 0;
}

div.result a.link {
	font-size: 120%;
	padding: 0 10px 0 0;
}

div.result .highlight {
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
}
