/*-----------------------------------------------------------------------------
  [CSS - ezfeedback.css]

  Feuille de style du formulaire de contact

  1. Formulaire
  2. Sidebar
  
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Formulaire]
*/

.contact_form {
    padding:25px;
    width:577px;
}
    .contact_form fieldset {
        padding:20px 30px;
    }
        body .contact_form .block {
            margin-bottom:10px;
        }

            body .contact_form .block label {
                margin-right:3%;
                width:25%;
            }

            body .contact_form .block input,
            body .contact_form .block textarea {
                width:70%;
            }

        #subject {
            float:right;
            display:none;
            margin-left:28%;
            margin-top:5px;
        }

/*---------------------------------------------------------------------------
  [2.Sidebar]
*/

.ico_phone {
    line-height:32px;
    text-indent:40px;
}

.ico_phone li {
    line-height:15px;
}

#googlemap {
    height: 278px;
    overflow:hidden;
}

address.addr-sidebar p {
    padding: 10px 20px 10px 50px;
    margin:0;
}
