.scfForm {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #efeff0!important;
}

legend.scfSectionLegend {
  background: transparent!important;
  font-family: Arial!important;
  font-size: 1.687em!important;
  margin-bottom: 0.5em!important;
   margin-top: 0.2em!important;
  padding: 0!important;
  text-transform: uppercase!important;
  line-height: 1.4!important;
}

.scfSectionBorderAsFieldSet {
  border: 0 none!important;
  margin: 0!important;
  padding: 0!important;
}

.scfDropListLabel, 
.scfEmailLabel, 
.scfMultipleLineTextLabel, 
.scfSingleLineTextLabel, 
.scfPasswordLabel, 
.scfNumberLabel, 
.scfDatePickerLabel, 
.scfDateLabel, 
.scfRadioButtonListLabel, 
.scfCheckBoxListLabel, 
.scfListBoxLabel, 
.scfFileUploadLabel, 
.scfDateSelectorLabel, 
.scfCreditCardLabel, 
.scfConfirmPasswordLabel, 
.scfCaptchaLabel, 
.scfTelephoneLabel, 
.scfSmsTelephoneLabel {
	font-family: Arial!important;
    font-size: 0.875em!important;
    padding: 3px 1em 3px 0!important;
    text-align: right!important;
    width: 9em!important;
    color: #4D4D4D!important;
}

.scfSingleLineGeneralPanel input[type="text"], 
.scfEmailGeneralPanel input[type="text"] {
    border: 0 none!important;
}

.scfForm textarea {
    background: #FFFFFF!important;
    margin-bottom: 1em!important;
}

.scfDropList {
    border: 0 none!important;
    margin-bottom: 1em!important;
    padding: 5px!important;
}

.scfListBox {
    border: 0 none!important;
    margin-bottom: 1em!important;
    padding: 5px!important;
}

.scfRadioButtonList, .scfCheckBoxList {
  background: transparent!important;
  margin-top: 0.5em!important;
}

.scfRadioButtonList input, .scfCheckBoxList input {
  float: left!important;
  margin-right: 1em!important;
}

.scfRadioButtonList td, .scfCheckBoxList td {
    padding: 0!important;
}


.scfSectionBorderAsFieldSet {
  padding: 0 0 1em 1em!important;
}

.scfDateSelectorGeneralPanel select {
  border: 0 none!important;
  margin-right: 4px!important;
  padding: 5px!important;
  width: 32%!important;
}

.scfRadioButtonList label {
    font-family: Arial!important;
    font-size: 100%!important;
}

.scfSubmitButtonBorder {
  float: left!important;
  margin-left: 10em!important;
}

.scfSubmitButton {
  background: #EC008B !important;
  float: left !important;
  font-family: Arial!important;
}

.scfRequired {
    color: #EB008C!important;
    float: left!important;
    font-family: arial!important;
}

