/*
** Stylesheet for the syntactic validation framework.
**
**	$Author: munroe $
**	$Date: 2006/06/12 11:37:10 $
**
**  Edit History:
**
**  Dick Munroe munroe@csworks.com 03-May-2005
**	Break out the syntactic validation as seperate pieces that can
**	more easily be customized.
*/
	
.inline { display : inline; }

.errorText { color : rgb(255, 0, 0); 
             display : inline; }

