.txtfld {
border: 1px #333333 groove;}

.button1 {
color : #ffffff;
	background-color : #cc0000;
	border-width : 1px;
	border-style : outset;
	border-color : #000000;
	width : 75px;
	height : 26px;
	cursor : hand;
}

.button2 {
color : #ffffff;
	background-color : #cc0000;
	border-width : 1px;
	border-style : outset;
	border-color : #000000;
	width : 45px;
	height : 26px;
	cursor : hand;
}
