/* 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:110px;
        height:auto;
        color: #000;
        font-size: 12px;
    	font-family:arial, verdana;
    }
    
    .tx-hpoforms-pi1 INPUT {
        float:left;
        width:160px;
        margin:0;
        margin-bottom:10px;
        height:auto;
        /*border: 1px solid #766455;*/
    }
        
    .tx-hpoforms-pi1 TEXTAREA {
        /*border: 1px solid #766455;*/
        float:left;
        width:160px;
        margin:0;
        margin-bottom:10px;
        height:100px;
        
        font-family:arial, verdana;
        font-size:11px;
        color:#412B18;
    }
        
    .tx-hpoforms-pi1 SELECT {
        float:left;
        width:160px;
        margin:0;
        margin-bottom:10px;
        height:auto;
    }
    
    .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{
        color:#FF0000;
    }
    .tx-hpoforms-pi1 .pagnename{
        color:#5C79DB;
    }
    
    .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:200px;
        margin-top: 10px;    
        line-height: 13px;
        /*
        font-family:arial, verdana;
        font-size:11px;
        color:#412B18;
        */
    }
    
    .tx-hpoforms-pi1 .tx-srfreecap-pi2-cant-read {
        /*
        font-family:arial, verdana;
        font-size:11px;
        color:#D72205;
        */
    }
    
        .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;
    }
    
    
/* *********************************
    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=85);
        opacity: 0.85;
    }
    #hpo_masquecontent,
    #hpo_masquecontent_big_form{
        display: none;    
        position:absolute;
        background:#FFFFFF;
        top:0;
        left:50%;
        z-index:2000001;
        border: 0;
    }
    
/* ************************************ */

#hpo_masquecontent_big_form .tx-hpoforms-pi1 #item_categorieprev{
    display:none;
    margin-left:120px;
}
    #hpo_masquecontent_big_form .tx-hpoforms-pi1 #item_categorieprev label{
        width:150px;
    }
#hpo_masquecontent_big_form .tx-hpoforms-pi1 #item_formation{
    display:none;
}
    #hpo_masquecontent_big_form .tx-hpoforms-pi1 #item_formation label{
        width:150px;
    }
#hpo_masquecontent_big_form .tx-hpoforms-pi1 #item_beneficiaire_deces_autre{
    margin-left:25px;
}
