#logo {
	width: 216px;
	height: 216px;
	background: url(../g/metlogo_transparent.png) no-repeat right center;
	position: absolute;
	top: 0;
	right: 0;
}

/* ========== FIND EVENT FIELD ========== */

#seek {
	font-size: 11px;
	vertical-align: middle;
	line-height: 14px;
	padding: 5px 8px;
	width: 96px;
	display: block;
	float: left;
	border-style: none;
}

#seekbutton {
	font-size: 11px;
	border-style: none;
	background: #666 url(../g/search.png) no-repeat center center;
	color: white;
	vertical-align: middle;
	display: block;
	float: left;
	padding: 4px 0;
	width: 24px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	text-indent: -10000px;
}

#seekbutton:hover {
	background: black url(../g/search.png) no-repeat center center;
}

