/* Label */
label{
	font-size: 14px;
    text-transform: uppercase;
	font-family: SourceSansPro;
}
label.mce-label{
    text-transform: lowercase;
}

/* Form Section */
form .formSection{
}
form .formSectionTitle{
	font-size: 15px;
	text-transform: capitalize;
}
form .formSectionTitle .formSectionTitleText{
	left: 0;
	padding: 5px 10px;
}
form .formSectionTitle .formSectionTitleLine{
	top: 13px;
}

.generatedForm{
    direction: ltr;
}

.generatedForm .infoFileConditions{
	font-size: 11px;
	text-align: right;
}

.generatedForm *{
}

/* Astérique champs obligatoires */
.generatedForm .starRequired{
    font-size: 12px;
}
.generatedForm .starRequired .star{
	font-size: 14px;
}

.field input,
.linkField a,
.field select,
.field textarea{
    font-size: 13px;
    /*
	font-family: Tahoma, Calibri, Arial, "Sans-serif";*/
}


/* Password Field */
.passwordWrapper .field .unmaskPassword {
	right: 5px;
}

/* Champ de type Checkbox et radio */
.choiceOption{
    margin: 0 20px 0 0;
    ?margin: 0 15px 0 0;
}
.choiceOption label{
    padding: 0 0 0 5px;
    ?padding: 0 0 0 2px;
    text-transform: none;
}

/* Choice List Imaged */
.choiceListImaged .choiceOption input{
	left: 0;
}


/* Champ de type Duration */
.durationFieldWrapper .selectField{
	right: 5px;
	border-left: 1px solid #D9D9D9;
}


/* Champ de type Money */
.moneyFieldWrapper .selectField{
	right: 5px;
	border-left: 1px solid #D9D9D9;
}


/* Champ de type File */
.fileField .fileLayer{
    left: 0;
}
.fileField .fileBrowse{
    right: -1px;
}
.fileField .fileBrowse .textBrowse{
	font-size: 11px;
}
.fileField .fileBrowse input{
    left: 0;
    ?left: -3px;
}


/* Champ de type Search */
.searchField .searchBtn{
    right: 0;
	border-left: 1px solid #D9D9D9;
}
.searchField .searchBtn input{
    left: 0;
    ?left: -3px;
}

/* Close */
.searchField .searchBtnClose{
	right: 41px;
	border-left: 1px solid #D9D9D9;
}

/* Champ de type Submit */
.submitField{
    ?float: left;
    margin: 5px 10px 0 0;
}


/* Captcha */
.captchaField .captchaElements{
	left: 0;
}
.captchaField .field{
	right: 0;
}

/* Compteur du nombre de caractères saisis */
p.maxlengthCounter{
	text-align: right;
}