/* CSS Document */
body {
  font-size: 13px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
}

#emailForm table th
{
  color: #000000;
	font-style: normal;
	font-weight: bold;
  text-align: left;	
}

.errorlabel
{
  color:#F20000;
	font-style:normal;
	font-weight:bold;
}

.titleclass
{
  color:#235CDB;
	font-style:normal;
	font-weight:bold;
}

.bordertableclass
{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:thin;
}
input, select {
	color : #000000;
	font-size : 11px;
}
hr
{
  border-color:#000000;
	border-style:solid;
	border-width:thin;
}
ul
{
  color : #000000;
	font-size : 11px;
	font-weight:bold;
}

.compulsory
{
color: red;
}

