a, img {
	border: 0;
	outline: 0;
}
#masthead {
	width: 725px;
	margin: 0 auto;
}
#logo {
	background: url(/images/mysearch-finder/logo.gif) no-repeat;
	width: 366px;
	height: 88px;
	text-indent: -9999px;
	margin: 15px 0 10px 160px;
	cursor: pointer;
}
#search {
	position: relative;
	clear: both;
	margin: 0 auto 20px auto; /* this is different than the index page */
	background: url(/images/mysearch-finder/search_bg.gif) no-repeat;
	width: 583px;
	height: 72px;
}
#search_box {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	position: absolute;
	width: 402px;
	height: 18px;
	border: 1px solid #d5d5d5;
	padding: 2px 5px 0 5px;
	margin: 12px 0 0 12px;
}
#search_button {
	position: absolute;
	right: 18px;
	top: 8px;
	background: url(/images/mysearch-finder/search_btn.gif) no-repeat;
	width: 119px;
	height: 30px;
	border: 0;
	cursor: pointer;
}

/*	Below needs to be changed in main.css and erased from here */

#menu { /* IGNORE THIS IF WE KILL THE DISPLAY RESULTS FROM THE CODE line 95 */
	background: none;
}
#webresults_status { /* IGNORE THIS IF WE KILL THE DISPLAY RESULTS FROM THE CODE line 160 */
	color: #bbb;
}
#search_button { /* line 57 */
	margin-right: 0; /* just erase this line in main.css */
}
