input.error, textarea.error {
	color: #000000;
	background-color: #f5731d;
}

input.reset {
	background-color: #ffffff;
	border: 1px solid #0072bc;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	width: 100px;
}

input.send {
	background-color: #ffffff;
	border: 1px solid #0072bc;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

.basefontblue {
	color: #0072bc;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.error {
	color: #f5731d;
}