
/*
.form h2 {
    margin-top: 10px;
    margin-bottom: 25px;
}
*/

.form {
    font-size: 95%;
    /*color: #797979;*/
    color: #444;
}

#contact .form {
    font-size: 110%;
}

.form fieldset, #orderPaymentInfos {
   background-color: #f4f4f4;
   padding: 8px;
   border: 1px solid #ccc;
   width: 90%;
   margin: 0px auto 15px auto;
}

.form fieldset p {
    font-size: 90%;
}

.form legend {
   font-size: 110%;
   color: #B8114B;
   font-weight: bold;
   border: 1px solid #ccc;
   padding: 1px 6px;
   background-color: #fff;
}

.form label {
   /*width: 105px;*/
   font-size: 90%;
   font-weight: bold;
   /*display: block;
   margin-top: 10px;
   margin-left: 4px;
   margin-bottom: -2px;*/
   color: #000;
}

.form label.error {
    display: block;
    position: absolute;
    
}

.form label.inline {
   display: inline;
   margin-left: 1px;
   vertical-align: 7px;
   font-size: 100%;
   font-weight: normal;
}


.form input[type=radio], .form input[type=checkbox] {
    border: 0px;
    background-color: transparent;
}

.form .formleft {
    width: 50%;
    float: left;
}

.form .formright {
     width: 50%;
     float: right;
}

/*
.form .bouton {
    width: 130px;
    float: right;
    border: 1px solid #cdcdcd;
    margin-top: -6px;
    margin-right: 275px;

}

.form .bouton a {
    color: #890B48;
    background:url('../images/contact_icone_support.png') no-repeat 1px 9px;
    padding-left: 3px;
    text-transform: none;
}

*/

.form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    color: #911B54;
    margin-right: 43px;
    font-size: 110%;
    height: 22px;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.form textArea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    color: #911B54;
    font-size: 120%;
    height: 168px;
    padding-left: 5px;
}


/*
.form p {
  margin: 10px 0px;
}

*/


.form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    color: #911B54;
    font-size: 12px;
    height: 20px;
    padding: 0px 3px;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.form input[type="radio"], .form input[type="checkbox"] {
    vertical-align: -18%;
}


.form input[type="text"].error, .form select.error  {
    background-color: #FFF5F6;
    border: 1px solid #FDC4C8;
}

.form input[type="button"], .form input[type="submit"] {
    background-color: #B8114B;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    margin-left: 5px;
    padding: 1px 16px;
    cursor: pointer;
    border: 0px;
}

.form input[type="button"]:hover, .form input[type="submit"]:hover {
    color: #ccc;
}

.form input:focus, .form select:focus {
     box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
}

/*

.form input.in {
  width: 270px;
}

.form .radiolistitem {
   width: 160px;
}

*/

.form input.readonly, .form select.readonly  {
    background-color: #F7F7F7;
    border: 1px solid #ECECEC;
}



.form div.opt-descr {
    padding-left: 21px;
    font-size: 85%;
}



/*

.form ul {
    list-style-type: none;
}

.form ul li {
    clear: left;
}


*/


