input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
select.small {
width: 200px;
padding:4px;
border: solid 1px #7CB83C;
}

select {
width: 436px;
padding: 4px;
border: solid 1px #7CB83C;
}
input.required, textarea.required {
	border: 1px solid #7CB83C;
	width: 430px;
	padding: 4px;
}
input.optional, textarea.optional {
	border: 1px solid #7CB83C;
	width: 430px;
	padding: 4px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF0000;
	font-weight: bold;
	padding-left: 20px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	background-image: url(../images/form1-fieldset.gif);
	background-position: bottom;
	border: none;
	border-top: solid 2px #E2F7BA;
	background-repeat: repeat-x;
}
legend {
	font-weight: bold;
	padding-right: 20px;
	color: #6AB023;
	font-size: 14px;
}
label {
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-right: 20px;
}
.form-row {
	overflow: hidden;
	background-image: url(../images/form1-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	padding: 0.5em;
}

.field-label {
float: left;
width: 300px;
}
.field-label-small {
	float: left;
	width: 150px;
}
.field-widget {
float: left;

}
.field-label label span {
	color: #6AB023;
}

h3 a {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(../images/arrow_main.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	display: block;
	color: #6FB628;
	text-decoration: underline;
}