span.error, div.error {
	color: #f00;
	/*height:11px;*/
	line-height:11px;
	font-weight:bold;
	padding-left:146px;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

span.success, div.success {
	color: green; 
	height:11px;
	line-height:11px;
}

input.error, textarea.error, select.error {
	border: 1px solid red;
}

#scrollable label.warning {
	position:absolute;
	top:2px;
	right:0;
	z-index:100;
	text-align: left;
	width: auto;
	padding: 0 2px 0 10px;
	margin: 0;
	float: none;
	clear: none;
	display: inline;
	color: #f00;
	font-size: 12px;
	font-weight:bold;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
}
