.formtext {
	border: 1px solid #999;
	padding: 3px;

}

input.required {
	background-color: red !important;
	color: #fff;
}

table.list {
	width: 100%
}

table.list td {
	padding: 3px;
}

tr.trhead {
	background: #f3d9a2;
	font-weight: bold;
}

tr.odd {
	background: #eaeaea;
}

.mapsubmit {
	background: #eaeaea !important;
	cursor: pointer;
}

p.success {
	text-align: center;
	background: green;
	color: #fff;
}

p.error {
	text-align: center;
	background: #aa1c17;
	color: #fff;
}

p#form_required {
	display: none;
	background: red;
	color: #fff;
	text-align: center;
}
