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