/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 305px; height: 100px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* ADD forms */
.btn-send { border: none; background: white url(images/pictArrowRed.png) left no-repeat; padding-left: 10px; font-weight: bold; width: 80px; margin: 0 115px; font-size: 1.2em}
html>body .btn-send {padding-left: 20px }

.formulaire-content {  width: 353px; margin: 0 auto; background: transparent url(images/bck-form-contact.png) top left repeat-y; padding: 0 20px}

#form-contact label,  #form-candidat label, #form-formulaire label, #form-partenaire label { display: block; width: 80px; float: left; color: #666 }
#form-contact p,  #form-candidat p, #form-formulaire p, #form-partenaire p { margin: 0 0 0.6em 0; clear: left }
#form-contact input.txt, #form-candidat input.txt, #form-formulaire input.txt, #form-partenaire input.txt { width: 230px }
.required { font-weight: bold; color: #bd0025; font-size: 1.5em}
#form-contact-b,  #form-candidat-b, #form-formulaire-b { background: transparent url(images/bck-form-b.png) top left no-repeat; width: 393px; height: 20px; margin: -7px auto 0 auto; padding: 0 }
/*#form-contact-b,  #form-candidat-b, #form-formulaire-b { background: transparent url(images/bck-form-b.png) bottom left no-repeat; width: 393px; height: 20px; margin: 0 auto; padding: 0 }*/


/*#form-candidats input,#form-candidats fieldset,#form-candidats textarea {width: 100%;}*/
#form-candidats .btn-send {margin: 0;}


#form-candidats p {margin-bottom: 5px}

#form-contact .inline label {
	float: none;
	width: 100%;
}

#form-contact .inline input {
	float: left;
	margin: 0 0 0 80px;
}