
.link {
	font-size: 95%;
	line-height: 130%;
	color: #173e6e; /* FDC578 */
	text-decoration: none;
	cursor:pointer;
}

.link:hover {
	text-decoration: underline;
	cursor:pointer;
}

#ajax_match_box {
	width: 250px;
	height:280px;
	overflow:auto;
/*	font-size:70%;*/
	position: absolute;
	scrollTop: 0;
	/*top: 0;
	left: 0;*/
	background-color: #ffffff;
	border: 1px solid #2f2357;
	z-index: 100;
}

#ajax_match_box a, #ajax_match_box a:LINK, #ajax_match_box a:VISITED, #ajax_match_box a:ACTIVE {
	font-size:85%;
	text-decoration:none;
}

#ajax_match_box a:HOVER {
	text-decoration:underline;
}

#ajax_match_box div.ajax_match_box_close {
	float:right;
	text-align: right;
	color: green;
	margin-bottom: 8px;
	margin-right:3px;
}

#ajax_match_box div.ajax_match_box_result {
	/*font-size: 80%;*/
	color:green;
	margin-right:3px;
	margin-bottom: 8px;
}

#ajax_match_box div.ajax_match_box_item_container a {
	border-bottom:1px solid #ededed;
	display: block;
	padding: 1px 3px;
	text-decoration:none;
}

#ajax_match_box div.ajax_match_box_item_container a:HOVER {
	color:white;
	background-color:#2c61a4;
}

