@charset "UTF-8";
/* CSS Document */


/* label formats from the validation plug-in */
label { 
	display: inline;
}

label.error { 
	float: none;
	color: red; 
	font-size: 10px;
	display: none;
	padding-left: .5em; 
	line-height: 17px;
	font-style: italic;
	white-space:nowrap;
}

.error { 
	float: none;
	color: red; 
	font-size: 10px;
	display: inline;
	line-height: 17px;
	font-style: italic;
	white-space:nowrap;
}

