/*
Form style definitions
*/
form {
	margin: 0px;
}
form td.field {
	border-bottom: solid 1px #C4DFBB;
}
form textarea,
form select,
form input.smallfield,
form input.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 5px;
	color: #0d6826;
}
form .orderbutton_orange,
form .orderbutton_med,
form .orderbutton_big,
form .orderbutton,
form .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 11px;
	line-height: 13px;
	color: #0D6826;
	width: 140px;
	font-weight: bold;
	margin-right: 1px;
	background-color: #B9E296;
}

form .orderbutton {
	width: 130px;
	background-color: #9DD169;
}
form .orderbutton_med {
	width: 190px;
	background-color: #9DD169;
}
form .orderbutton_orange {
	width: 190px;
	color: #FFF;
	background-color: #ED8A00;
}
form .orderbutton_big {
	width: 230px;
	background-color: #9DD169;
}