﻿/* Module Specific CSS */
/*  Make sure your CSS names don't overlap with other modules - its a good idea to prefix the names */
/*  We chose ce (XYOX SYSTEMS) for this sample, but you should use your own abbreviation */
.xsLabel
{
	 font-family: Arial;
	 font-size: 10pt;
	/* font-weight: bold; */
}

.xsResponse
{
	 font-family: Arial;
	 font-size: 10pt;
	 color: Red;
	/* font-weight: bold; */
}

.xsHidden
{
	display: none;
}


