
#signupform label.error, #signupFixes label.error, #contact label.error{
	background:url(../images/validError.gif) no-repeat left center;
	color:#ff0000;
	background-color:#fbdcdc;
	border:1px solid #ff0000;
	font-size:10px;
	position:absolute;
	z-index:90;
	margin-left:10px;
	height:15px;
	padding:4px 2px 2px 25px;
	width:auto;
}

input.error{
	background-color:#FFAAAA;
}

#signupform label.success, #signupFixes label.success, #contact label.success{
	background:url(../images/validSuccess.gif) no-repeat center;
	padding:2px;
	width:20px;
	height:20px;
	border:none;
	margin-left:10px;
	positioning: relative;
}

#loginIssues{
	color:#ff0000;
	font-weight:bold;
	background-color:#fbdcdc;
	border:1px solid #ff0000;
	padding:10px;
	margin-top:15px;
}

#loginIssues h4{
	color:#000000;
}

