input, select {
	font-size: 8 pt;
	border-width: 1;
	border-style: solid;
	border-color: #003466;
	size: 10;
}

input.btnyellow  { color: #ce0000; font-weight: bold; background-color: #9ff; border: #003466; cursor: hand; size: 5 }

input.btngrey {
color: #990000;
font-weight: bold;
background-color: #ebebeb;
border-color: #000099;
cursor: hand;
size: 5
}

input.btnred {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CE0000;
	border-color: #003466;
	size: 5;
	cursor:hand;
}

input.nobord {
	border-width: 0;
}

input.gc {
	color: #CC0000;
	background-color: #FFFFFF;
	border-color: #003466;
	size: 5;
	cursor:hand;
}

input.idt {
	color: #000000;
	background-color: #EBEBEB;
	border-color: #003466;
	size: 5;
	cursor:hand;
}

