
.required {
    border: 1px solid #3F340A; 
	background-color: #EFDFA0;	
    background-image: url(images/required1.gif);
	background-position: right;
	background-repeat: no-repeat;
    font-size:10pt;
	font-family:Verdana;
	color:#3F340A
}

div#errorDisplay {
	background-image:url(images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #BB0000;
	border-style: solid;
	background-color: #FFE813;
	display: none;
	padding:5px 0px;
	margin:10px;
}
div#errorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}

input {
	background-color:#EFDFA0;
	border: 1px solid #3F340A;
}
select {
	border:1px solid #3F340A; 	
	background-color:#EFDFA0;
}
textarea {
	background-color:#EFDFA0;
	border:1px solid #3F340A; 
}
submit {
	background-color:#EFDFA0;
	border:1px solid #3F340A;
}
reset {
	background-color:#EFDFA0;
	border:1px solid #3F340A;
}