.formAdmin .error-message, label.error {
	display: inline;
	color: #CC3333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-align: right;
	padding-left: 7px;
 }