/* CSS FORM */
    
    .tx-hpoforms-pi1  .title {
        font-weight: bold;
    }
    
    .formError{color: #D72205;margin-bottom: 10px;font-weight: bold;}
    
    .tx-hpoforms-pi1 LABEL {
        float:left;
        width:210px;
        /*width:185px;*/
        height:auto;
        
        font-family:verdana,arial;
        font-size: 12px;
        color: #4e5455;
    }
    
    .tx-hpoforms-pi1 INPUT {
        float:left;
        /*width:160px;*/
        width:210px;
        margin:0;
        margin-bottom:10px;
        height:auto;
        border: 1px solid #c2c6c6;
        padding:2px;
        
        font-family:verdana,arial;
        font-size: 12px;
        color: #4e5455;
    }
        
    .tx-hpoforms-pi1 TEXTAREA {
        border: 1px solid #c2c6c6;
        float:left;
        width:160px;
        margin:0;
        margin-bottom:10px;
        height:100px;
        padding:2px;
        
        font-family:verdana,arial;
        font-size: 12px;
        line-height:18px;
        color: #4e5455;
    }
        
    .tx-hpoforms-pi1 SELECT {
        float:left;
        width:251px;
        margin:0;
        margin-bottom:10px;
        height:auto;
        padding:2px;
        
        font-family:verdana,arial;
        font-size: 12px;
        color: #4e5455;
    }
    
    .tx-hpoforms-pi1 .verif{
        float:left;
        width:8px;
        height:8px;
        font-size:1px;
        padding-left:5px;
        margin-bottom:5px;
        margin-right:5px;
    }
    .tx-hpoforms-pi1 .ok{
        background:url('../imgs/ico_ok.gif') no-repeat right;
    }
    .tx-hpoforms-pi1 .nok{
        background:url('../imgs/ico_nok.gif') no-repeat right;
    }
    
    .tx-hpoforms-pi1 FORM UL {
        margin-top:0;
        margin-bottom:0;
    }
    
    .tx-hpoforms-pi1 .ico_prev{
        padding-left:10px;
        background:url('../imgs/ico_prev.gif') no-repeat left;
    }
    
    .tx-hpoforms-pi1 .ico_next{
        padding-right:10px;
        background:url('../imgs/ico_next.gif') no-repeat right;
    }
    
    .tx-hpoforms-pi1 .indice {
        text-align:right;
        padding-right:15px;
    }
    
    .tx-hpoforms-pi1 .checkbox {
        border:0;
        width:auto;
        margin-right:10px;
    }
    
    .tx-hpoforms-pi1 .help{
        padding-left:20px;
        line-height:18px;
        background:url('../imgs/ico_help.gif') no-repeat 0px 2px;
        
        font-family:arial, verdana;
        font-size:11px;
        color:#412B18;
    }
    .tx-hpoforms-pi1 .strong{
        font-weight:bold;
    }
    .tx-hpoforms-pi1 .requis{
        font-family:verdana,arial;
        color:#ff9000;
        font-weight:bold;
        font-size:12px;
    }
    
    .tx-hpoforms-pi1 .cmd{
        float:none;
        clear:both;
        width:auto;
        cursor:hand;
    }
    
    .tx-hpoforms-pi1 .tx-srfreecap-pi2-image {
        float:left;
        width:200px;
        margin:0;
        padding-right:10px;
        margin-top: 10px;
    }
    
    .tx-hpoforms-pi1 .tx-srfreecap-pi2-text {
        float:left;
        width:380px;
        margin-top: 10px;    
        line-height: 13px;
        
        font-family:verdana,arial;
        font-size:11px;
        font-weight:bold;
        color:#4e5455;
    }
    
    .tx-hpoforms-pi1 .tx-srfreecap-pi2-cant-read {
        display:block;
        font-family:verdana,arial;
        font-size:11px;
        font-weight:bold;
        color:#3baec2;
    }
    
        .tx-hpoforms-pi1 .tx-srfreecap-pi2-cant-read A{
            /*
            font-family:arial, verdana;
            font-size:11px;
            color:#D72205;
            */
            text-decoration:underline;
        }
            .tx-hpoforms-pi1 .tx-srfreecap-pi2-cant-read A:hover{
            	/*
                font-family:arial, verdana;
                font-size:11px;
                color:#412B18;
                */
                text-decoration:none;
            }
    
    .tx-hpoforms-pi1 .tx-srfreecap-pi2-text input{
        width:80px;
        margin-top: 5px;
    }
    
    .tx-hpoforms-pi1 .full {
        width:100%;
    }
    
    
    
/* *********************************
    DIV MASQUE POUR FORMULAIRES
************************************ */

    #hpo_masque,
    #hpo_masque_big_form{
        display: none;    
        position:absolute;
        top:0;
        width:100%;
        height:100%;
        z-index:2000000;
        
        background:#000000;
        filter:alpha(opacity=70);
        opacity: 0.7;
    }
    #hpo_masquecontent,
    #hpo_masquecontent_big_form{
        background: url('../../../../fileadmin/res_corporate/templates/skin/default/imgs/bkg_formajax.png') no-repeat top right;
        padding-top:70px;
        display: none;    
        position:absolute;
        top:0;
        left:50%;
        z-index:2000001;
        border: 0;
        overflow:auto;
    }
    
        * html #hpo_masquecontent {
            background:none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=/fileadmin/res_corporate/templates/skin/default/imgs/bkg_formajax.png');
        }
    
    #hpo_masquecontent .formcontent {
        background:#FFFFFF;
        padding:10px;
        height:500px;
        overflow:auto;
    }
    #hpo_masquecontent .formcontent .tx-hpoforms-pi1 {
        margin-bottom:0;
    }

    #hpo_masquecontent .formcontent A.calque_fermer {
        display: block;
        float: right;
        background: url('/fileadmin/res_corporate/templates/skin/default/imgs/ico_info_close.gif') no-repeat left center;
        cursor: pointer;
        padding-left:15px;
        margin-left: 5px;
        
        font-family:verdana,arial;
        font-size:11px;
        color:#4e5455;
        text-decoration: none;
    }

/* ************************************ */

.tx-hpoforms-pi1 .info_bulle{
    float:left;
    margin-left:5px;
    width:20px;
}

.tx-hpoforms-pi1 .link_info_bulle{
    display:block;
    height:13px;
    margin-top:3px;
    text-decoration:none;
    width:13px;
    background: url(/fileadmin/res_corporate/templates/skin/default/imgs/ico_info_on.gif) no-repeat;
}
    .tx-hpoforms-pi1 .link_info_bulle:hover,
    .tx-hpoforms-pi1 .link_info_bulle_actif {
        background: url('/fileadmin/res_corporate/templates/skin/default/imgs/ico_info.gif') no-repeat;
        text-decoration: none;
    }

.tx-hpoforms-pi1 .info_bulle_content{
    z-index: 1000;
    position: absolute;
    display: none;
    width: 265px;
    margin-top: -37px;
    margin-left: 15px;
}

.tx-hpoforms-pi1 .info_bulle_top {
    overflow: hidden;
    width: 236px;
    height: 4px;
    background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_top.png') no-repeat;
}
    * html .tx-hpoforms-pi1 .info_bulle_top{
        background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_top.gif') no-repeat;
    }

.tx-hpoforms-pi1 .info_bulle_mid {
    width: 201px;
    padding: 15px;
    padding-top:2px;
    padding-left: 20px;
    background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_mid.png') no-repeat;
}
    * html .tx-hpoforms-pi1 .info_bulle_mid {
        background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_mid.gif') no-repeat;
    }

.tx-hpoforms-pi1 .info_bulle_bot {
    overflow: hidden;
    width: 236px;
    height: 4px;
    background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_bot.png') no-repeat;
}
    * html .tx-hpoforms-pi1 .info_bulle_bot {
        background: url('/fileadmin/res_corporate/templates/skin/default/imgs/bkg_infobulle_bot.gif') no-repeat;
    }

.tx-hpoforms-pi1 A.link_info_bulle_close {
    display: block;
    float: right;
    background: url('/fileadmin/res_corporate/templates/skin/default/imgs/ico_info_close.gif') no-repeat left center;
    cursor: pointer;
    padding-left:15px;
    margin-left: 5px;
    
    font-family:verdana,arial;
    font-size:11px;
    color:#4e5455;
    text-decoration: none;
}

/*.tx-hpoforms-pi1 .info_bulle_mid{
    width: 262px;
    padding: 15px;
    padding-top:2px;
    padding-left: 20px;
    min-height: 30px;
    background: url('/fileadmin/templates/skin/default/imgs/infobulle_vert_middle.gif') no-repeat;
}
    * html .tx-hpoforms-pi1 .info_bulle_mid{
        background: url('/fileadmin/templates/skin/default/imgs/infobulle_vert_middle.gif') no-repeat;
    }

.tx-hpoforms-pi1 .info_bulle_bot{
    overflow: hidden;
    width: 262px;
    height: 3px;
    background: url('/fileadmin/templates/skin/default/imgs/infobulle_vert_bottom.gif') no-repeat right top;
}
    * html .tx-hpoforms-pi1 .info_bulle_bot{
        background: url('/fileadmin/templates/skin/default/imgs/infobulle_vert_bottom.gif') no-repeat top right;
    }
    
*/