/* Widget styles */
body {
	width: 100%;
	background: url('images/background.gif') repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1#explanation {
	font-size: 14px;
	font-weight: bold;
	background-image: url('images/top_background.gif');
	background-repeat: repeat;
	display: block;
	height: 40px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: white;
}

input {
	border: 1px solid #a6be74;
	display: block;
}

input#searchField {
	width: 80%;
	margin: 7px auto 7px auto;
}

input#searchButton {
	margin-left: auto;
	margin-right: auto;
	width: 95px;
}

#footer {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	text-align: center;
	margin-top: 10px;
	color: #666;
}

/* End widget styles */
