/*
Form style definitions
*/
form {
	margin: 0px;
}
td.field {
	border-bottom: solid 1px #C4DFBB;
	white-space: nowrap;
}
textarea,
select,
input.smallfield,
input.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 5px;
	color: #0d6826;
}
.orderbutton_orange,
.orderbutton_med,
.orderbutton_big,
.orderbutton,
.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;
}

.orderbutton {
	width: 130px;
	background-color: #9DD169;
}
.orderbutton_med {
	width: 190px;
	background-color: #9DD169;
}
.orderbutton_orange {
	width: 190px;
	color: #FFF;
	background-color: #ED8A00;
}
.orderbutton_big {
	width: 230px;
	background-color: #9DD169;
}

.formerror {
	background-image: url('../pics/exclamation-light.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
