body, td, p {
	font-family: tahoma,helvetica,sans-serif;
}
input, form {
	margin:0;
	padding:0;
}
input, select {
	margin-top: 5px;
	margin-bottom: 5px; 
}
input.submit {
	border: outset 1px green;
	background-color: green;
	color: white;
	cursor: hand;
	cursor: pointer;
}
input.reset {
	border: outset 1px red;
	background-color: red;
	color: white;
	cursor: hand;
	cursor: pointer;
}
