/* Label */
form label{
    color: #407840;
	cursor: pointer;
}
form label .star{
    color: #f00;
}
form label.cursor-default{
    cursor: default;
}


/* Style générique */
form.generated-form{
    width: 100%;
	overflow: hidden;
}
#sidebar form.generated-form{
    width: 100%;
}

/* Les conditions */
form.generated-form .info-file-conditions{
    color: #555;
	margin-top: 5px;
}
form.generated-form .info-file-conditions .info-type{
    margin: 0 15px;
	display: inline-block;
}
form.generated-form .info-file-conditions .info-weight{
}

/* Astérique champs obligatoires */
form.generated-form .star-required{
    color: #999;
}
form.generated-form .star-required .star{
    color: #f00;
	margin: 0 5px;
}


form .field{
    height: 32px;
    padding: 0 5px;
	display: block;
	overflow: hidden;
    margin: 2px 0 15px;
    border-width: 1px;
    border-style: solid;
	border-color: #D9D9D9;
    border-top-color: #C0C0C0;
    /*
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
	border-color: #3D7BAD #A4C9E3 #B7D9ED #B5CFE7; */
    background-color: #fff;
}
form .select-field{
    padding: 0;
}
#block-left form .field{
    margin-bottom: 0;
}
form .field:hover{
    /*
	border-color: #6192BD #B9D4E9 #C9E1F0 #C6D9EC; */
}

form .hidden-field{
	display: none;
}

form .submit-field,
form .choice-list,
form .choice-list .field,
form .date-field .field{
	width: auto;
	display: inline-block;
	?display: inline;
}

form .date-field,
form .choice-list{
    display: block;
    overflow: hidden;
    margin: 10px 0 15px;
    background-image: none;
}

form .submit-field,
form .choice-list,
form .choice-list .field{
    padding: 0;
    border: none;
}

form .choice-list .field,
form .date-field .field{
	margin: 0;
}
form .date-field .field{
    width: 100px;
}
form .date-field .date-field-sep{
	width: 10px;
	bottom: 12px;
	position: relative;
	text-align: center;
	display: inline-block;
}

form .field input,
form .field select,
form .field textarea{
    padding: 0;
    width: 100%;
    height: 32px;
    border: none;
    display: block;
    line-height: 32px;
    font-weight: normal;
    background-color: transparent;
    font-family: Tahoma, Calibri, Arial, "Sans-serif";
}
.link-field a{
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
	cursor: pointer;
    display: inline-block;
}
.link-field a,
.link-field a:hover{
    color: #913944;
}

form .field .mce-tinymce button{
}
form .field .mce-panel{
	border: none;
}

form .date-field .field select{
    width: 100%;
    padding: 0 5px;
}
form .choice-list .choice-option .field input{
    width: auto;
    height: auto;
    display: inline;
}


/* Champ de type Checkbox et Radio */
form .choice-list{
    display: block;
    overflow: hidden;
    margin: 10px 0 15px;
    background-image: none;
}
form .choice-list .choice-option,
form .checkbox-list .choice-option .field{
    display: inline;
}
form .checkbox-list .choice-option .field{
    border: none;
}
form .choice-list .choice-option .field{
	height: 13px;
	line-height: 13px;
}
form .choice-list .choice-option label{
    width: auto;
    color: #555;
    top: -2px;
    position: relative;
}


/* Champ de type Textarea */
form .textarea-field{
    height: 100%;
	padding: 2px;
	padding: 5px;
}
form .textarea-field textarea{
    height: auto;
    resize: vertical;
    line-height: 1.7;
    overflow-y: auto;
}


/* Champ de type File */
form .file-field-wrapper{
    display: block;
	overflow: hidden;
    margin: 2px 0 15px;
}
form .file-field{
	margin: 0;
    position: relative;
}
form .file-field .file-layer,
form .file-field .file-browse,
form .file-field .file-browse input{
	height: 33px;
	line-height: 33px;
	position: absolute;
}
form .file-field input{
    z-index: 1;
    position: relative;
}
form .file-field .file-layer{
    top: 0;
    z-index: 2;
    width: 100%;
    ?padding: 0 5px;
    background: transparent;
}
form .file-field .file-browse{
    top: -1px;
    z-index: 3;
	color: #fff;
    /*width: 70px;*/
    padding: 0 5px;
	?height: 32px;
    overflow: hidden;
    text-align: center;
    background-color: #434343;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(../images/forms/buttons/browse/bg.png);
}
form .file-field .file-browse:hover{
    background-color: #5A5A5A;
    background-image: url(../images/forms/buttons/browse/bg_hover.png);
}
form .file-field .file-browse input{
    top: 0;
    z-index: 2;
	cursor: pointer;
    background: transparent;
}

/* Captcha */
form .captcha-wrapper{
}
form .captcha-wrapper .captcha-field{
	margin-top: 2px;
}
form .captcha-wrapper .captcha-field img#captcha{
}
form .captcha-wrapper .captcha-field img.reload{
	cursor: pointer;
	margin: 0 10px;
}
form .captcha-wrapper .text-field{
}
form .captcha-wrapper .text-field input{
}


/* Champ de type Submit */
form .submit-field,
form .submit-field input{
    width: auto;
}
form .submit-field{
    ?display: inline;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 1px 0 #eee;
    background-repeat: repeat-x;
    background-position: left top;
	background-size: 1px 100%;
	background-color: #494949;
    border-color: #4C4C4C #393939 #1F1F1F #3B3B3B;
    background-image: url(../images/forms/buttons/default/bg.png);
}
form .submit-field:hover{
	background-color: #5A5A5A;
    border-color: #2C2C2C #1A1A1A #101010 #222;
    background-image: url(../images/forms/buttons/default/bg_hover.png);
}
form .submit-field input{
    color: #fff;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
}

/* Register */
form .register-field{
    background-color: #A9D061;
    border-color: #ADC671 #A6C069 #87AA4A #9BB95E;
    background-image: url(../images/forms/buttons/update/bg.png);
}
form .register-field:hover{
    background-color: #B9D972;
    border-color: #8BB14D #83A648 #7D9E45 #84A749;
    background-image: url(../images/forms/buttons/update/bg_hover.png);
}
form .register-field input{
    color: #5d7731;
}