label.error {
	display:block;
	/**float: left; edit by maybelle for wrapping error message below */ 
	color:#E31420;
	font-size : smaller;
}

div.status {
	color:#888888;
}

span.error {
	color:#E31420;
	font-size: 12px;
    margin-top: 1px;
    display: block;
    font-weight: 700;
}
