/*
 * CLASSES ALL FORMS 
 */

form {
  margin-bottom: 18px;
}

fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}

fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

  color: #404040;
}

.clearform {
   clear: both;
   margin-bottom: 5px;
   overflow: hidden;
}

label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}

div.input {
  margin-left: 150px;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

input,
select,
.uneditable-input {
  display: inline-block;
  width: 250px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  margin-right: 5px;
}

textarea {
  width: 250px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
}

/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}

select, input[type=file] {
  height: 27px;
  line-height: 27px;
  width: 260px;
}

.input.inline .radio_list li { display: inline; margin-right: 20px; }
.radio_list, .checkbox_list {
  margin: 0 0 5px;
  width: 100%;
}

.radio_list li,
.checkbox_list li {
  display: block;
  padding: 0;
  width: 100%;
}

.radio_list li label,
.checkbox_list li label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}

.radio_list li label strong,
.checkbox_list li label strong {
  color: #808080;
}

.radio_list li label small,
.checkbox_list li label small {
  font-size: 12px;
  font-weight: normal;
}
/*
.radio_list li ul.radio_list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}*/
.radio_list li:first-child,
.checkbox_list li:first-child {
  padding-top: 5px;
}

.radio_list input[type=radio], .radio_list input[type=checkbox],
.checkbox_list input[type=radio], .checkbox_list input[type=checkbox] {
  margin-bottom: 0;
}

.form-br-line {
  /*padding-left: 20px;*/
}

.form-br-line fieldset {
  padding-top: 9px;
}

.form-br-line legend {
  margin-left: 0;
}

.form-br-line label {
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}

.form-br-line .clearform {
  margin-bottom: 9px;
}

.form-br-line .clearform div.input {
  margin-left: 0;
}

.form-br-line .radio_list,
.form-br-line .checkbox_list{
  margin-bottom: 0;
}

.form-br-line .radio_list li,
.form-br-line .checkbox_list li {
  padding-top: 0;
}

.form-br-line .radio_list li label,
.form-br-line .checkbox_list li label {
  font-weight: normal;
  padding-top: 0;
}

.contactFormSociete fieldset {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.contactFormSociete fieldset legend {
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px 10px;
    color: #007EC0;
    font-size: 18px;
}

.contactFormSociete button{
    margin-left: 150px;
}

.input-mini, input.mini, textarea.mini, select.mini {
    width: 20px;  text-align: center;
}

.input-small, input.small, textarea.small, select.small {
    width: 90px;
}

.input-medium, input.medium, textarea.medium, select.medium {
    width: 150px;
}

.input-large, input.large, textarea.large, select.large {
    width: 210px;
}

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
    width: 270px;
}

.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
    width: 530px;
}

.smallInput {
    float: left;
}

.smallInput input[type="text"] {
   width: 170px; 
}

.required{
    font: normal 15px Arial;
    color: #b21f23;
}


/* PAGE LOGIN / REGISTER */

    /*login*/
    div.blocLogin{
        background: #F5F5F5;
        border: 1px solid #D9D9D9;
        float: left;
        width: 260px;
        padding: 20px;
    }
    div.blocLogin a {
        display: block;
        text-decoration: underline;
        margin-top: 30px;
    }
   
    /* register */
    div.blocRegister {
        background: #F5F5F5;
        border: 1px solid #D9D9D9;
        float: right;
        padding: 20px;
        width: 540px;
        min-height: 300px;    
    }
    
    /* general */
    #pageSignin {
        width: 910px;
    }
    
    #pageSignin h2{
        padding-bottom: 5px;
        border-bottom: 1px solid #D9D9D9;    
    }

    /* renew password*/
    form.change_password label{ width: 170px; margin-right: 10px; }
    form.change_password .button { margin-left: 180px; }
    
/*
 * FORM NEWSLETTER
 */
    
#newsletterForm {
    background: url("/images/fo/bkg_field.png") no-repeat scroll left top transparent;
    display: block;
    position: relative;
    z-index: 99;
}

#newsletterForm input[type="text"]{
    float:left;
    height: 23px;
    margin: 6px 0 0 2px;
    width: 190px;
    border: none;
    font: normal 16px Arial;
    color: #495258;
}

#newsletterForm button{
    float:right;
    margin: 3px 9px 0 0;
    font: normal 11px Arial;
    color: #FFF;
        overflow: visible;
    width: auto;
}

#newsletterForm .clearfix {
  padding-top: 5px;
}

#newsletterForm label {
  float: none;
}


/********* FORM NEED HELP / BOOK FORM*********/    
    
#need_help_form, #book_form{
    width: 530px;
    overflow: hidden;
    padding: 30px;
}

#need_help_form h2, #book_form h2{
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9D9;    
}

#need_help_form fieldset, #book_form fieldset{
    border: none;
}

#need_help_form fieldset label, #book_form fieldset label {
    text-align: left;
}
    
#need_help_form input[type=checkbox], #book_form input[type=checkbox]{
    margin: 3px;
    padding: 0;
    width: 20px;
}

#need_help_form .info {
    margin-top: 19px;
    position: relative;
    z-index: -1;
}

#need_help_form .info img {
    border: 1px solid #D9D9D9;
    float: right;
    padding: 4px;
}

.error_list{
    color: #9D261D;
}

.error {
    background: #FAE5E3;
    border:1px solid #C87872;
    color: #9D261D;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.notice {
    background: #D1EED1;
    border:1px solid #64ba64;
    color: #404040;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


/*
 * ERROR / VALIDATION - PAYMENT
 */

.payment_msg {
    border: 1px solid #666;
    padding: 25px 0 0 220px;
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 10px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    min-height: 142px;
}

.payment_msg .button {
   margin-left: 16px;  
}

.payment_msg table {
    margin: 10px 0;
    width: 680px;
}

.payment_msg.wait  { background-color: #FDF5D9; border-color: #f3bd10; }
.payment_msg.error { background-color: #FDDFDE; border-color: #e0605d; }
.payment_msg.valid { background-color: #D1EED1; border-color: #087208; }

.imgTransfer   { background: url("/images/fo/transfer.png") no-repeat scroll left center transparent; }
.imgChequebook { background: url("/images/fo/cheque-book.png") no-repeat scroll left center transparent; }
.imgCreditcard { background: url("/images/fo/credit_card.png") no-repeat scroll left center transparent; }
.imgContact    { background: url("/images/fo/call-user.png") no-repeat scroll left center transparent; }
.imgValid      { background: url("/images/fo/tick.png") no-repeat scroll left center transparent; }

