@charset "utf-8";
/* CSS Document */

#searchSubmit {
	background:none;
	background: no-repeat url('../../images/search.gif');
	border:none;
	color:#FFF;
	background-color:#FFF;
	height:27px;
	width:82px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

#searchSubmit:hover {
	background: no-repeat url('../../images/search_over.gif');
}

#searchInput {
  font-size:16px;
	height:21px;
	width:200px;
}
