.forminput {
	border-top: thin solid #C5B472;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #f5f5f5;
	border-left: thin solid #999999;
	padding: 4px;
}

.forminput:hover {
	padding: 4px;
	border-top: 1px dotted #625C42;
	border-bottom: 1px dotted #625C42;
	border-left: 1px dotted #625C42;
	border-right: 1px dotted #625C42;
}
.forminput:focus {
	padding: 4px;
	border-top: 1px dotted #444034;
	border-bottom: 1px dotted #444034;
	border-left: 1px dotted #444034;
	border-right: 1px dotted #444034;
	background-color: #dddddd;
}

.formselect {
	border-top: thin solid #C5B472;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #f5f5f5;
	border-left: thin solid #999999;
}

.formselect:hover {
	border: thin dashed #999999;
}

.formsubmit {
	border-top: thin solid #f5f5f5;
	border-right: thin solid #999999;
	border-bottom: thin solid #C5B472;
	border-left: thin solid #CCCCCC;
	padding: 4px;
}

.formsubmit:hover {
	border-bottom: 1px dotted #625C42;
	background-color: #D0E6D7;
	padding: 4px;
	cursor: hand;
}

.formtitle {
	background-color: #cdcaa9;
}

.formtable {
	background-color: #fffdd2;
	color:#000000;
}

.formcell1 {
	background-color: #e4e1be;
}

.formcell2 {
	background-color: #dddcbd;
}