.required {
	color: #930;
	font-weight: bold;
}
#errorarea {
	display: none;
	background-color: red;
	color: white;
	padding:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#errorarea a, #errorarea a:hover, #errorarea a:active, #errorarea a:visited {
	color: white;
	text-decoration: underline;
}
#errorarea a:hover {
	text-decoration: none;
}
.feedback {
	display: none;
}
.ok {
	/*width: 16px;
	height: 16px;*/
	background: url(/check.png) no-repeat right center;
	padding-right: 18px;
	/*background-repeat: no-repeat;
	float: right;
	position: relative;
	top: 3px;*/
}
.wrong {
	/*width: 16px;
	height: 16px;*/
	background: url(/exclamation.png) no-repeat right center;
	padding-right: 18px;
	/*background-repeat: no-repeat;*/
	/*float: right;
	position: relative;
	top: 3px;*/
}
 
textarea, textarea.wrong, textarea.ok {
	background-position: right top;
}
.error {
	display: none;
}