.form_string,.form_textarea,.form_email,.form_select {
	border: 0px;
	background-color: #cee6d6;
	padding-left: 2px;
}

.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;	
}

.form_label, .form_required {
	color: #1c8f41;
	font-weight: bold;
}

.form_button {
	border: 0px;
	background-color: #ffffff;
	cursor: pointer;
	background-image: url('/images/arrow-white-bg.jpg');
	background-repeat: no-repeat;	
	background-position: top left;
	color: #1c8f41;
	font-weight: bold;
	padding-left: 30px;
	height: 23px;	
}

.form_title {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}

div.error ul {
	margin-top: 0px;
}

div.error ul li {
	color: red;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 10px;
}

div.error h2 {
	padding-bottom: 0px;
	margin-bottom: 0.5em;
}

td.formbuttonrow {
	text-align: left;
	padding-top: 20px;
}
