.formInputValue {
	padding-left: 5px;
	margin-bottom: 3px;
}
.formInputName {
	padding-left: 7px;
	background-image: url(../images/formInputName.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	word-spacing: 0em;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #0033CC;
	font-variant: small-caps;
	margin-bottom: 3px;
}
#totalForm0 {
	background-image: url(../images/smallArrow.gif);
	background-repeat: no-repeat;
	background-position: right 05px;
}
div #submit {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/formInputNameSubmit.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-variant: normal;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: default;
}
div #submitDiv {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/formInputNameSubmit.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-variant: normal;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: default;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
input.regButton {
	border: 0px;
}

.validation-advice {
	padding: 0px;
	width: 60%;
	color : #FF3300;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	color: #0000CC;
	font-size: 12px;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
.regButton {
	font-size: 10px;
	border: 0px solid #FFFFFF;
	background-image: url(../images/formInputNameSubmit.gif);
	height: 20px;
	margin-top: -1px;
	cursor: hand;
	background-color: #FFFFFF;
}
.regButtonRight {
	font-size: 10px;
	border: 0px solid #FFFFFF;
	background-image: url(../images/formInputNameSubmit.gif);
	height: 20px;
	margin-top: -1px;
	cursor: hand;
	background-color: #FFFFFF;
}