/* @override http://www.gotrnova.org/gotr-form.css */

table#online-form {
	background-color: transparent;
}

#online-form tbody tr td textarea {
		background-color: #dbebc8;
	position: relative;
	border: 1px solid #7d9a63;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	height: 60px;
	padding: 5px;
	font: 12px/14px Georgia, Times, Serif;
 	color: #40500c;
 	width: 98%;
 	margin-bottom: 5px;

}

#online-form th {
	font: 12px/12px Times, serif;
	color: white;
	font-weight: 700;
	text-shadow: #7f004c 0px -1px 0px;
	border-right: 1px solid white;
	padding: 5px;
}

#online-form tr.subhead {
	
}

#online-form td {
	font: 14px/18px Georgia, Times, serif;
	padding: 0px 5px;
	color: #ca2f92;
	height: 30px;


}

#online-form tbody tr td p.form-description {
	font: 11px/13px Georgia, Times, Serif;
	color: #78955f;
	margin-top: 3px;

	
}

p.dk-green-head {
	font: 14px/18px Georgia;
	margin-bottom: 5px;
	margin-top: 5px;
	
}

#online-form td.alt {
	background-color: #dbebc8;
	color: #ca2f92;
}

#online-form .end {
	border: none;
}

#online-form .benefit {
	color: #4a4c4f;
}

#online-form .price {
	
}

#online-form span.formLabel {
	font: 16px/16px Georgia, Times, Serif;
	color: #78955f;
}

#online-form input.formText {
	background-color: #dbebc8;
	position: relative;
	border: 1px solid #7d9a63;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	height: 15px;
	padding: 3px;
	margin-left: 5px;
	font: 14px/16px Georgia, Times, Serif;
 	color: #40500c;


}

#online-form tbody tr td span.sm-formLabel {
	font: 12px/14px Georgia, Times, Serif;
	color: #78955f;
	margin-left: 15px;

}