#content div.formError
	{	background:	none repeat scroll 0 0 maroon;
		color:		white;
		margin:		5px 0 0 5px;
		padding:	4px 6px;
		font-size:	12px;
		z-index:	100;
	}
	#content p.error
	{	color:		white;
		font-size:	16px;
		margin:		5px 0;
		padding:	4px 6px;
		background:	red;
	}
