a {
	outline: none;
	background-color: #fbfbf9;
	color:#069;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	border-bottom:1px solid #069;
	color:#336699;		
}

div#formcontainer {
	border:1px solid #99b3b4;
	padding:25px;
	margin:25px auto;
	width:350px;
}

div#resultcontainer {
	border:1px solid #99b3b4;
	padding:25px;
	margin:25px auto;
	width:350px;
	font: 11px verdana, sans-serif;
}

div#statistics {
	border:1px solid #99b3b4;
	padding:25px;
	margin:25px auto;
	width:350px;
	font: 11px verdana, sans-serif;
}

div#footer {
	border:1px solid #99b3b4;
	padding:25px;
	margin:25px auto;
	width:350px;
	font: 11px verdana, sans-serif;
}

.input {
	border: 1px solid #99b3b4;
	width: 320px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}

.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}

.submit-btn {
	background:url(images/lookup.gif) no-repeat;
	outline: none;
}

.submit-btn:hover {
	background:url(images/lookup.gif) no-repeat;
}

label
{
	font-size: 0.7em;
	font-family:arial;
	float:left;
}

h2 { color:#069; } 