div.formCaption {
	float: right;
}

div.formBody {
	float: right;
}
.formResponsive .formHorizontal .formControlLabel {
  float: right;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  /*min-height: 18px;*/
  padding-left: 18px;
  float: right;
  margin-right: 5px;
}
.formResponsive label {
	height: 18px;
	margin: 3px 5px 3px 0;
	float: right;
	padding: 0px;
}
.formControlLabel {
    font-family: mitra, sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    color: #2D779E;

}
form h2 {
    font-family: yekan, sans-serif;
    font-weight: normal;
    font-size: 1.7em;
    color: #000000;
}
