/*
Form style definitions
*/
table {
	font-size: 12px;
	font-family: Trebuchet MS;
}

input.buttonStandard {
	font-weight: bold;
	width: 90px;
	border: 1px solid #f60;
	cursor: hand;
	color: #630;
	background-color: #c96;
}

input.field {
	width: 200px;
}
input.tinyfield {
	width: 30px;
}

.required {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 5px;
	padding-top: 0px;
	color: #f60;
}
