form {
	margin: 0;
	font: normal 14px "Trebuchet MS", verdana, sans-serif;
	color: #464E51; }

fieldset {
	-moz-border-radius: 7px;
	margin: 0;
	padding: 10px; }

legend {
	font: bold 14px "Trebuchet MS", verdana, sans-serif;
	margin: 7px 0; 
	color: #8CBE31;
}

.sort-table td {
	font: normal 14px "Trebuchet MS", verdana, sans-serif; }

input {
	font: normal 14px "Trebuchet MS", verdana, sans-serif;
	color: #464E51; }

.buttoninput, .button {
	font: normal 14px "Trebuchet MS", verdana, sans-serif;
	cursor: pointer; }

.textinput, select, textarea {
	font: normal 14px "Trebuchet MS", verdana, sans-serif;
	color: #007C78;
	border: 1px solid #007C78;
	background: #F7FBFF;
	width: 200px; }

.textinput:focus, select:focus, textarea:focus {
	color: #000;
	border: 1px solid #000;
	background: #EFEFEF; }