.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;
}
.textinput {
	/*float: left;*/
	width: 290px;
}
.feedback {
	display: none;
}
.ok {
	width: 16px;
	height: 16px;
	background-image: url(1274116795_tick-circle-frame.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	top: 3px;
}
.wrong {
	width: 16px;
	height: 16px;
	background-image: url(1274117333_exclamation.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	top: 3px;
}
.error {
	display: none;
}
