body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background-color: #e6e5e5;
}
form, h2, h1 {
	margin: 0px;
	padding: 0px;
}
h1 {
  font-size: 22px;
  background: url(images/bar-bg-blue.gif) left center;
  border-bottom: 1px solid #57677C;
  padding: 8px 5px;
  color: #fff;
  text-shadow: #666666 -1px -2px 0px;
  text-align: center;
}
h2 {
  font-size: 20px;
  background-image: url(images/bar-bg-gray.png);
  border-bottom: 1px solid #838383;
  padding: 3px 5px;
  color: #202020;
  margin-bottom: 5px;
}
h2, h2 a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: #666666 -1px -2px 0px;
}
.searchtext {
  width: 216px;
  font-size: 20px;
}
.gobutton {
  font-size: 20px;  
  padding: 2px 0;
}
.searchbox {
  padding-bottom: 5px;
  background: #e6e5e5 url(images/bar-bg-lt-gray.gif) repeat-x left top;
}
form {
  padding-left: 4px;
}
