LABEL {
	/*font-family: Arial, Helvetica, Geneva, Sans-serif; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10pt;
    COLOR: #808080;
}

select.fixed {
  height: 24px;
  width: 175px;
}

input.textSize {
font-size: 16px;
}

input.check {
height: 25px;
width: 25px;
}

/* Text style formating of the mandatory fields error text. */
.MandatoryErrorText
{ COLOR: #ff0000;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  FONT-SIZE: 10pt;
/*  FONT-WEIGHT: bold; */
}

/* Text style formating of the non-mandatory fields error text. */
.ErrorText
{ COLOR: #ea480e;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  FONT-SIZE: 10pt;
/*  FONT-WEIGHT: bold; */
}

/* Text style formating of the field label. */
.LabelText
{ COLOR: #808080;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
/*  FONT-SIZE: 10pt;   */
/*  FONT-WEIGHT: bold; */
}

/* Text style formating of a hidden field. */
.HiddenText
{ DISPLAY: none;
}

/* Text style formating of the input box. */
.Input
{ COLOR: #000000;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  /*FONT-SIZE: x-small;*/
  BACKGROUND-COLOR: #ffffff;
}

/* Text style formating of the select field. */
.Select
{ COLOR: #000000;
  /*FONT-FAMILY: Verdana, Helvetica, Sans-Serif;
  FONT-SIZE: x-small;*/
  WIDTH:175px;
  BACKGROUND-COLOR: #ffffff;
}

/* Text style formating of the check boxes and the radio. */
.CheckRadio
{ COLOR: #000000;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  FONT-SIZE: 10pt;
}

/* Text style formating of the text area. */
.TextArea
{ COLOR: #000000;
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  FONT-SIZE: 10pt;
  BACKGROUND-COLOR: #ffffff;
}

/* Text style formating for submit button. */
.SubmitButton
{
  FONT-FAMILY: Helvetica Neue, Helvetica, Arial, sans-serif;
  /*FONT-SIZE: x-small;
  FONT-WEIGHT: bold; */
}



