/* Label */
label{
}
label.mce-label{
}

/* Form Section */
form .formSection{
}
form .formSectionTitle{
	font-size: 15px;
	font-family: DroidKufi-Regular, Tahoma,arial,helvetica,clean,sans-serif;
}
form .formSectionTitle .formSectionTitleText{
	padding: 0px 10px;
}
form .formSectionTitle .formSectionTitleLine{
	top: 13px;
}

.generatedForm{
    direction: rtl;
}

.generatedForm .infoFileConditions{
	font-size: 13px;
	text-align: left;
}

.generatedForm *{
}

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

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

form .numField input,
form .faxField input,
form .phoneField input,
form .mobilePhoneField input,
.fileField input.forFile{
    direction: ltr;
	text-align: right;
}


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


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

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


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


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


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


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

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

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


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


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