body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Black;
	background-color: #BBB;
	margin-top: 0px;
	margin-bottom: 0px;
}
form {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 4px;
	height: 1.5em;
}
.result {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	width: 33%;
	text-align: left;
	display: inline: 
}
.result1 {
	width: 60%;
}
li {
	padding: 0;
	margin: 0;
}
li.v {
	background-color: #96FF96;
	text-align: left;
}
li.v:hover {
	background-color: #5E5;
}
li.r {
	background-color: #FF9696;
	text-align: left;
}
li.r:hover {
	background-color: #E55;
}
input {
	font-size: 1em;
}
input.txt {
	border: 1px dashed #000;
	background-color: #BBB;
}
input.button {
	border: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
}
img {
	position: absolute;
	top: 20px;
	left: 60%;
	width:40%;
	behavior: url("pngbehavior.htc");
}
