

.scfForm input, 
.scfForm select, 
.scfForm textarea
{
    
}

.container .scChromeDataHolder
{
    display:block;
}

.container .scfForm textarea {
    resize: none;
}

/* Form */
.scfForm
{
   
}

/* Form Title*/
.scfTitleBorder
{
 
}

/* Form Introduction*/
.scfIntroBorder
{
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
}

.scfSubmitButton
{
      display: inline-block;
      *display: inline;
      padding: 4px 12px;
      margin-bottom: 0;
      *margin-left: .3em;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      text-align: center;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      vertical-align: middle;
      cursor: pointer;
      background-color: #f5f5f5;
      *background-color: #e6e6e6;
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      background-repeat: repeat-x;
      border: 1px solid #cccccc;
      *border: 0;
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      *zoom: 1;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Error */
.scfError
{
}

/* Validation */
.container .scfValidationSummary
{
    margin-left : 20px;
	margin-bottom: 20px;
}

.container .scfValidatorRequired, .scfRequired
{
    margin: 0px 0px 0px 10px; 
}

.container .scfValidator
{
    margin-top: 0;
    margin-bottom: 15px; 
    display: block;
    float: left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
   
}

.container .scfSectionLegend
{
    font-size: 16px;
}

.container .scfSectionBorder
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.container .scfSectionContent
{
    width: 100%;
    float: left;
}

.scfSectionUsefulInfo
{
    
}

/* Form fields */
/* Checkbox */

.container .scfCheckboxBorder
{
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    width: 100%;
}

.container .scfCheckbox
{
    width: 90%;
    display: block;
    padding: 0px 0px;
    margin: 0px;
}

.scfCheckboxUsefulInfo
{
   
}

/* Label */
.container .scfLabel
{
    width: 100%;
    display: block;
}

.container .scfListBox, .scfDropList
{
    width: 100%;
}

.container .scfListBoxGeneralPanel, .scfDropListGeneralPanel
{
   display: block;
   float: left;
}

.container .scfMultipleLineTextBox
{
    width: 100%;
    margin: 0px;
}


.container .scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder, .scfConfirmEmailBorder
{
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    width: 100%;
    vertical-align: top;
}

.container .scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox, .scfConfirmEmailTextBox
{
    width: 98%;
    /*margin: 0px;*/
}

.container .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel, .scfConfirmEmailLabel
{
   
    width: 30%;
    display: block;
    float: left;
}

.container .scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel, .scfConfirmEmailGeneralPanel
{
    /*margin: 0px 3px;*/
    padding: 0px 2px 0px 0px;
    width: 60%;
    display: block;
    float: left;
}

.container .scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo, .scfConfirmEmailUsefulInfo
{
    font-size: 0.9em;
    width: 100%;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 15px;   
}

.container .scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear
{
    width: 30%;
    margin-right: 15px;
}

.container .scfDateSelectorLabel
{
    margin-top: 7px;
}

.container .scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear
{
    padding: 0px 0px 1px 0px;
    margin: 0px;
    display: block;
    float: left;
    font-size: xx-small;
    line-height: 10px;
    width: 33%;
}

.container ul
{
    margin: 0px;
    padding: 0px;
}

.container .scfCreditCardType
{
    width: 100%;
}

.container .scfCaptchaLabelText
{
    width: 180px;
}

.container .scfCaptcha img
{
    border: 1px solid black;
}

.container .scfCaptchaTextBox
{
    width: 100%;
}
.container .scfCaptchStrongTextPanel
{
    width: 180px;
    display: block;
    float: left;
}

.container .scfCaptchaLimitGeneralPanel
{
    width: 215px;
}

.container .scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired
{
    float: right;
}

.container .scfCaptchaGeneralPanel embed
{
    position: absolute;
    z-index: -10;
}

.container .scfCaptchaGeneralPanel td br
{
    margin-top: 3px;
    margin-bottom: 5px;
}

.container .scfCaptchaGeneralPanel td input
{
    margin-left: 20px;
}

.container .scfCaptchaGeneralPanel table
{
    margin-top: 30px;
}

.container .scfShortDate
{
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    vertical-align: top;
    width: 60%;
}

.container .scfShortText
{
    margin: 0px;
    float: right;
    width: 40%;
}

.container .scfShortDate .scfDateSelectorLabel
{
    width: 50%;
    margin-top: 0px;
}

.container .scfShortDate .scfDateSelectorGeneralPanel
{
    width: 46%;
}

.container .scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear
{
    display: none;
}

.container .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear
{
    width: 49%;
}

.container .scfShortText .scfSingleLineTextLabel
{
    width: 15%;
}

.container .scfShortText .scfSingleLineGeneralPanel
{
    width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo
{
}

.container .scfShortText .scfSingleLineTextBox
{
    width: 100%;
    margin: 0px;
}

.container .scWfmPassword
{
    behavior: url(/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012)
}

.container .scfDatePickerGeneralPanel .ui-icon
{
    float : right;
    position: relative;
    top: -20px;
    display:block;
}

.container .scfDateSelectorGeneralPanel .selectboxit-container {
    width: 33%;
}