.scfForm {
  margin-top: 55px;
  font-family: Arial, Verdana, Sans-Serif !important;
}
.scfForm table th,
.scfForm table td {
  border: none;
  color: #323232;
  padding: 0px;
}
.scfForm.gymBooingSearch {
  margin-top: 0px;
}
.gymBooingSearch label {
  margin-top: 0px !important;
}
.scfForm input [type="text"],
.scfForm input[type="password"],
.scfForm label,
.scfForm .scfDateSelectorLabel,
.scfForm .scfCaptchaLimitGeneralPanel table {
  width: 430px;
  float: left;
}
.scfForm label,
.scfForm .scfDateSelectorLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfCheckBoxListLabel {
  margin: 0px;
  display: block;
  font-weight: bold;
  padding-right: 0px;
  width: 430px;
}
.scfForm .scfIntroBorder p {
  margin-bottom: 0px;
}
.scfForm .scfRadioButtonList label {
  margin-top: 5px !important;
}
.scfForm .scfCheckBoxListGeneralPanel {
  padding-top: 5px;
}
.scfDropListLabel,
.scfEmailLabel,
.scfMultipleLineTextLabel,
.scfSingleLineTextLabel,
.scfPasswordLabel,
.scfNumberLabel,
.scfDatePickerLabel,
.scfDateLabel,
.scfRadioButtonListLabel,
.scfCheckBoxListLabel,
.scfListBoxLabel,
.scfFileUploadLabel,
.scfDateSelectorLabel,
.scfCreditCardLabel,
.scfConfirmPasswordLabel,
.scfTelephoneLabel,
.scfSmsTelephoneLabel {
  margin-top: 25px !important;
}
.scfCaptchaLabel {
  margin-top: 0px !important;
}
.scfCheckBoxList label {
  width: 200px;
}
.scfForm select,
.scfForm .scfListBoxBorder select {
  width: 410px;
}
.scfForm select.scfDropList {
  width: 260px;
}
.scfForm .scfFileUploadBorder {
  width: 100%;
}
.scfForm .scfCaptchaGeneralPanel td {
  width: 190px;
}
.scfSectionContent,
.scfDropListBorder,
.scfDateSelectorBorder,
.scfFileUploadBorder,
.scfCheckboxBorder,
.scfDatePickerGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfRadioButtonListBorder,
.scfForm table tbody {
  display: block;
  float: left;
  margin-bottom: 0px;
}
.scfCaptchaLimitGeneralPanel {
  text-align: center;
}
.scfCaptchaLimitGeneralPanel table tbody {
  width: 70%;
}
.scfRadioButtonListGeneralPanel,
.scfRadioButtonListBorder {
  width: 460px;
}
.scfDateSelectorGeneralPanel {
  width: 100%;
}
.scfDateSelectorGeneralPanel label {
  float: left;
  width: 150px;
}
.scfDateSelectorGeneralPanel select {
  float: left;
  width: 110px;
}
.scfListBoxGeneralPanel .scfListBox option {
  font-weight: bold;
  font-size: 90%;
  line-height: 20px !important;
  font-family: Arial, Verdana, sans-serif !important;
}
.scfDateSelectorGeneralPanel .jqTransformSelectWrapper {
  float: left;
  margin-right: 10px;
}
.scfDateSelectorGeneralPanel label {
  text-transform: uppercase;
}
.scfDatePickerGeneralPanel input[type="text"] {
  width: 130px;
}
.scfDatePickerGeneralPanel .ui-icon {
  display: none;
}
.scfValidationSummary {
  margin: 10px 5px;
  line-height: 150%;
}
.scfValidationSummary ul {
  list-style-position: outside;
  margin: 0px;
  padding-left: 0px;
}
.scfValidationSummary ul li {
  margin-bottom: 3px;
}
.scfForm select.scfListBox {
  border: solid 1px #dddddd !important;
}
.scfForm select.scfListBox option {
  color: #323232!important;
  border-bottom: solid 1px #dddddd!important;
  padding: 5px 10px!important;
}
.scfForm select.scfListBox:focus > option:checked,
select.scfListBox:focus > optgroup > option:checked,
.scfListBox option:checked {
  background-color: #EDEDED!important;
  color: #323232!important;
  border-bottom: solid 1px #dddddd!important;
}
div.jqtransformdone legend {
  color: #999999;
  text-transform: uppercase;
  font-family: 'Neo Sans W01 Medium';
  display: block;
  padding-bottom: 0px;
  padding-top: 30px;
  font-size: 115.4%;
}
.scfSectionLegend {
  width: 100%;
}
.scfCheckboxUsefulInfo {
  width: 430px;
}
div.jqtransformdone div.rowElem {
  clear: both;
  padding: 4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  font-family: Arial;
  margin: 20px 0 20px 0;
}
*:first-child + html button.jqTransformButton[type] {
  width: 1px;
}
/* IE7 */
button.jqTransformButton span {
  background: transparent url(/js/libs/jqtransform/img/button/btn_right.gif) no-repeat right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px;
  /* sliding doors padding */

  margin: 0px;
  height: 35px;
}
button.jqTransformButton span span {
  background: transparent url(/js/libs/jqtransform/img/button/btn_left.gif) no-repeat top left;
  color: #DB0000;
  padding: 0px 4px 0px 8px;
  font-weight: bold;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
/*hover*/
button.jqTransformButton_hover span span {
  background-position: left -35px;
  color: #FFF;
}
button.jqTransformButton_hover span {
  background-position: right -35px;
}
/*clicked*/
button.jqTransformButton_click span span {
  background-position: left -70px;
  color: #FFF;
}
button.jqTransformButton_click span {
  background-position: right -70px;
}
/* IE 6 */
* html button.jqTransformButton {
  height: 35px;
}
* button.jqTransformButton span span {
  height: 35px;
}
/* IE 7 */
* + html button.jqTransformButton {
  height: 35px;
}
* + button.jqTransformButton span span {
  height: 35px;
}
/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
  background: transparent url(/js/libs/jqtransform/img/input/input_text_left.gif) no-repeat left top;
  height: 30px;
  padding: 0px;
  float: left;
  margin-bottom: 0px;
}
.jqTransformInputInner {
  background: transparent url(/js/libs/jqtransform/img/input/input_text_right.gif) no-repeat top right;
  padding: 0px;
  margin: 0px;
}
.jqTransformInputInner div {
  height: 30px;
  margin: 0px;
}
.jqTransformInputInner div input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 107.7%;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  color: #333333;
  border: none;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  background: transparent;
}
/*  IE6 */
* html .jqTransformInputInner div input {
  margin: 0 0 0 -8px;
  height: 24px;
}
/* Ie7 */
* + html .jqTransformInputInner div input {
  margin-left: 0px;
  height: 24px;
}
/*hover*/
.jqTransformInputWrapper_hover {
  background-position: left -30px;
}
.jqTransformInputWrapper_hover div.jqTransformInputInner {
  background-position: right -30px;
}
/*focus*/
.jqTransformInputWrapper_focus {
  background-position: left -60px;
}
.jqTransformInputWrapper_focus div.jqTransformInputInner {
  background-position: right -60px;
}
.jqTransformSafari .jqTransformInputInner div {
  position: relative;
  overflow: hidden;
  margin: 0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
  background-color: none;
  position: absolute;
  top: -10px;
  left: -2px;
  height: 42px;
  padding-left: 4px;
}
table.jqTransformTextarea {
  margin: 0px;
  table-layout: auto;
}
table.jqTransformTextarea td#jqTransformTextarea-mm textarea {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, Verdana, sans-serif;
}
table.jqTransformTextarea {
  empty-cells: show;
  width: 435px;
}
table.jqTransformTextarea td {
  font-size: 1px;
  line-height: 1px;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: none 0px;
}
table.jqTransformTextarea tr {
  /*border: 1px solid red;*/

}
table.jqTransformTextarea textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333;
  width: 421px !important;
  padding: 5px 0px 5px 10px;
}
table.jqTransformTextarea td#jqTransformTextarea-tl {
  background: url(/js/libs/jqtransform/img/textarea/textarea_tl.gif) no-repeat top left;
  /*border-left: 1px solid #dddddd;*/
}
table.jqTransformTextarea td#jqTransformTextarea-tm {
  background: url(/js/libs/jqtransform/img/textarea/textarea_tm.gif) repeat-x top left;
}
table.jqTransformTextarea td#jqTransformTextarea-tr {
  background: url(/js/libs/jqtransform/img/textarea/textarea_tr.gif) no-repeat top left;
  border-right: 1px solid #dddddd;
}
table.jqTransformTextarea td#jqTransformTextarea-ml {
  background: url(/js/libs/jqtransform/img/textarea/textarea_ml.gif) repeat-y top left;
  /*border-left: 1px solid #dddddd;*/
}
table.jqTransformTextarea td#jqTransformTextarea-mm {
  background: url(/js/libs/jqtransform/img/textarea/textarea-mm.gif) repeat;
  width: 440px !important;
}
table.jqTransformTextarea td#jqTransformTextarea-mr {
  background: url(/js/libs/jqtransform/img/textarea/textarea_mr.gif) repeat-y top left;
  border-right: 1px solid #dddddd;
}
table.jqTransformTextarea td#jqTransformTextarea-bl {
  background: url(/js/libs/jqtransform/img/textarea/textarea_bl.gif) no-repeat top left;
  /*border-left: 1px solid #dddddd;*/
}
table.jqTransformTextarea td#jqTransformTextarea-bm {
  background: url(/js/libs/jqtransform/img/textarea/textarea_bm.gif) repeat-x top left;
}
table.jqTransformTextarea td#jqTransformTextarea-br {
  background: url(/js/libs/jqtransform/img/textarea/textarea_br.gif) no-repeat top left;
  border-right: 1px solid #dddddd;
}
/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl {
  background-position: 0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm {
  background-position: 0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr {
  background-position: 0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml {
  background-position: -5px 0px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm {
  background-image: url(/js/libs/jqtransform/img/textarea/textarea-mm-hover.gif);
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr {
  background-position: -5px 0px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl {
  background-position: 0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm {
  background-position: 0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-br {
  background-position: 0px -5px;
}
/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl {
  background-position: 0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm {
  background-position: 0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr {
  background-position: 0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml {
  background-position: -10px 0px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm {
  background-image: url(/js/libs/jqtransform/img/textarea/textarea-mm-focus.gif);
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr {
  background-position: -10px 0px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl {
  background-position: 0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm {
  background-position: 0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-br {
  background-position: 0px -10px;
}
table.jqTransformTextarea .jqTransformSafariTextarea div {
  position: relative;
  overflow: hidden;
  border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea {
  background: none;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px 10px 10px 10px;
  resize: none;
}
/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
  float: left;
  display: block;
  margin: 3px 5px 0 -4px;
}
.jqTransformRadio {
  background: transparent url(/js/libs/jqtransform/img/radio.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/

}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
  float: left;
  margin-right: 2px;
  width: 20px;
}
a.jqTransformCheckbox {
  background: transparent url(/js/libs/jqtransform/img/checkbox.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/

}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
  background-position: center bottom;
}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  width: 45px;
  position: relative;
  height: 30px;
  background: url(/js/libs/jqtransform/img/select/select_left.gif) no-repeat top left;
  float: left;
  font-weight: normal;
}
.jqTransformSelectWrapper div span {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 7px;
  overflow: hidden;
  cursor: pointer;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 31px;
  height: 30px;
  background: url(/js/libs/jqtransform/img/select/select_right.gif) no-repeat center center;
}
.jqTransformSelectWrapper ul {
  position: absolute;
  width: 43px;
  top: 30px;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #dddddd;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
}
.jqTransformSelectWrapper ul li {
  height: 28px;
}
.jqTransformSelectWrapper ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #323232;
  background-color: #FFF;
  font-size: 12px;
  height: 100%;
}
.jqTransformSelectWrapper ul a.selected {
  background: #EDEDED;
  color: #323232;
}
.jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
  background: #EDEDED;
  color: #323232;
}
/* DATEPicker*/
.ui-datepicker {
  z-index: 9999999999 !important;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none;
}
/* CUSTOM SC FORM */
.scfDateSelectorGeneralPanel select {
  width: 107px !important;
}
.scfForm .scfListBoxBorder select {
  width: 435px !important;
}
.scfListBoxBorder .scfListBoxGeneralPanel .jqTransformSelectWrapper select {
  width: 403px !important;
}
.scfDropListBorder .scfDropListGeneralPanel .jqTransformSelectWrapper select,
.scfCreditCardType {
  width: 403px !important;
}
.scfForm input[type='file'],
.scfForm .scfFileUploadGeneralPanel input {
  /*width: 435px !important;*/

}
.scfForm .scfRadioButtonList,
.scfForm .scfCheckBoxList {
  table-layout: fixed;
  width: 700px;
}
.scfForm .scfRadioButtonList td,
.scfForm .scfCheckBoxList td {
  padding-right: 10px;
}
.scfForm .scfRadioButtonList label,
.scfForm .scfCheckBoxList label {
  width: auto !important;
  float: left;
}
.scfForm .scfRadioButtonList input,
.scfForm .scfCheckBoxList input {
  width: 30px !important;
  float: left;
}
/*custom upload elements*/
.customfile-input {
  position: absolute;
  height: 30px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 9999999;
}
.customfile {
  width: 432px;
  height: 28px;
  background: #ffffff;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.customfile-disabled {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default;
}
.customfile-feedback {
  display: block;
  margin: 3px 1px 1px 5px;
  color: #323232;
  font-style: italic;
  padding: .3em .6em;
}
.customfile-feedback-populated {
  color: #323232;
  font-style: normal;
  padding-left: 20px;
  background: url(/js/libs/jqtransform//js/libs/jqtransform/img/file/icon-generic.gif) left 4px no-repeat;
  overflow: hidden;
  height: 16px;
}
.customfile-button {
  border: 1px solid #E6E6E6;
  cursor: pointer;
  background: #E6E6E6;
  text-transform: uppercase;
  color: #dc0000;
  font-weight: bold;
  float: right;
  width: 70px;
  padding: .3em .6em;
  text-align: center;
  text-decoration: none;
  font-size: 107.7%;
}
.customfile-hover .customfile-button,
.customfile-focus .customfile-button {
  color: #111;
  background: #E6E6E6;
  border-color: #E6E6E6;
  padding: .3em .6em;
}
.customfile-focus .customfile-button {
  outline: 1px dotted #ccc;
}
/*file type icons*/
.customfile-ext-jpg,
.customfile-ext-gif,
.customfile-ext-png,
.customfile-ext-jpeg,
.customfile-ext-bmp {
  background-image: url(/js/libs/jqtransform//js/libs/jqtransform/img/file/icon-image.gif);
}
.customfile-ext-mp3,
.customfile-ext-mp4,
.customfile-ext-mov,
.customfile-ext-swf,
.customfile-ext-wav,
.customfile-ext-m4v {
  background-image: url(/js/libs/jqtransform//js/libs/jqtransform/img/file/icon-media.gif);
}
.customfile-ext-zip,
.customfile-ext-tar,
.customfile-ext-sit {
  background-image: url(/js/libs/jqtransform//js/libs/jqtransform/img/file/icon-zip.gif);
}
/* Success */
.scfForm .success {
  background-image: url('/images/buttons/checkmark.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 140%;
  height: auto !important;
  height: 40px;
  min-height: 40px;
}
