
.formTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #083194;
	text-align: right;
}
.formText {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: Black;
}

.formTextbold {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;
  font-weight: bold;
  color: Black;
}

.formRequired {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px; 
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: Red;
  padding: 2px;
}
.formLabel {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: #08215a;
  padding: 4px;
}
.formTextBox
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: Black;
  border: solid 1px DimGray;
  background-color: whitesmoke;
}
.formDropDownList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: 000099;
  border: solid 1px DimGray;
  background-color : whitesmoke;
}
.formOptionGroup {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: 000099;
  border: solid 0px DimGray;
  background-color : #f0edf8;
}
.formButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: White;
  border: solid 1px Black;
  background-color: #cc3300;
}
.formError {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px; 
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: Red;
}

