﻿/* 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 (Code Endeavors) for this sample, but you should use your own abbreviation */
.ceLabel
{
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
}

.ceResponse
{
	 font-family: Arial;
	 font-size: 10pt;
	 color: Red;
	 font-weight: bold;
}

.ceHidden
{
	display: none;
}


