#overlay 
{
    background-color: #000000;
    height: 100%;
    width: 100%;
    top : 0px;
    left:0px;
    position: fixed;
    z-index: 100;
    display :none;
    
    /* IE */
    filter: alpha(opacity=10) !important;
    
    /* Autre */
    opacity: 0.1;
}

/* Mail Popup Version 2 */
#mailPopup2 div#body div label 
{
    display:block;
    margin-bottom:2px;
}
#mailPopup2 div#body div input[type="text"],
#mailPopup2 div#body div textarea
{
    border:1px solid #D06E12;
    background-color: #e1c4a9;
    width:250px;
    -moz-border-radius: 3px;
    border-radius:3px;
}
#mailPopup2 div#body div textarea
{
    height:150px;
}
#mailPopup2 div#body div input[type="text"]:focus,
#mailPopup2 div#body div textarea:focus
{
    background-color: white;
} 
#mailPopup2 div#body div div.error
{
    color: #FF0000;
    font-size: 11px;
    font-style:italic;
    margin-top: 5px;
}
#mailPopup2 div#body div.submitError
{
    float: left;
    background-color: Red;
    color: Yellow;
    padding: 3px 5px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius:5px;
}
#mailPopup2 div#body div.submitSuccess
{
    float: left;
    color: Green;
    padding: 3px 5px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius:5px;
}   
    