/*

	styles for error messages
	
*/

label.error { 
	position: absolute;
	color: #fff; 
	vertical-align: top; 
	width: 150px;
	height: 19px;
	padding: 1px 7px 1px;
	
	margin: 6px 0 0 10px;
	font-size: 12px;
	z-index: 9999;
	display: none;
}
input.error, textarea.error{
	border-color: #555;
	background-color: #333;
}

.error_captcha {
	display: inline-block;
	padding: 4px 8px;
	margin: 5px 0 10px 0;
	color: red;
	border: 1px solid red;
}
