#searchmask {
	position: absolute;
	left: 570px;
	top: 50px;
}

#searchresults {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 500px;
	height: 450px;
	overflow: auto;
	color: #ffffff;
}

table {
	font-size: 12px;
	color: #fff;
}

table a {
	color: #ff9900;
}

div strong {
	font-weight: bold;
	font-size: 16px;
}

