/* Copyright 2005 Atelier Studios Limited (http://www.atelier-studios.com) All Rights Reserved.	*/

/* GENERIC */

 * html .errortext { 
	font-weight:normal;
	color:red;
	clear: both;	
	margin-top:40px;
}

div>.errortext {
	font-weight:normal;
	color:red;
	clear: both;
}

 * html .confirmtext {
	font-weight:normal;
	color:green;
	clear: both;
	margin-top:40px;
}

div>.confirmtext {
	font-weight:normal;
	color:green;
	clear: both;
}