
#filter
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:10;
    opacity:0.5;
    filter: alpha(opacity=50);
}


#box, #box2, #box3, #box4
{
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left:-360px;
    width: 720px;
    z-index:101;
    overflow: none;
}

.close_box{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2000;
}

#box form, #box2 form{
    width:380px;
    color:#343434;
    font-size:12px;
    text-align:right;
}

#box input, #box textarea, #box select, #box2 input, #box2 textarea, #box2 select, #box3 input, #box3textarea, #box3 select{
    border-width:2px;
    border-color:#ccc;
    border-style:solid;
    width:230px;
    margin:5px 5px;
    padding:4px;
}

#box .btn_envoyer_form, #box2 .btn_envoyer_form{
    border:none;
    width:102px;
    height:27px;
    position:relative;
    float:right;
    background-image: url("../images/bt_action2.jpg");
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

#box .btn_reset_form, #box2 .btn_reset_form{
    background-image:url("../images/bt_action2.jpg");
    background-repeat:no-repeat;
    width:102px;
    height:27px;
    border:0;
    cursor:pointer;
    position:relative;
    float:right;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

#box .btn_reset_form_nl, #box2 .btn_reset_form_nl{
    background-image:url("../images/annuleren.jpg");
    background-color:none;
    background-position:left bottom;
    background-repeat:no-repeat;
    background-color:white;
    width:102px;
    height:31px;
    line-height:27px;
    border:0;
    cursor:pointer;
    position:relative;
    float:right;
}

.form_content{
    background-color:white;
    width: 669px;
    padding: 25px;
    margin-top:30px;
}

.boxtitle
{
    position:absolute;
    float:center;
    top:0;
    left:0;
    width:719px;
    height:35px;
    margin:0;
    background:white;
}

h5{
    color:#00684d;
    font-size:22px;
    font-weight:bold;
    text-align:center;
    padding-bottom:30px;
}

h6{
    font-size:15px;
    padding-bottom:15px;
}

.reste_pts_box{
    width:220px;
    text-align:left;
    color:#6d6d6d;
}

.form_right_box{
    float:right;
}

.form_txt{
    float:right;
    width:200px;
    margin:0 20px 0 50px;
    font-size:12px;
    line-height:20px;
    color:#4C370F;
}

.form_txt_left{
    padding-left:30px;
    float:left;
    width:220px;
    font-size:12px;
}

.text_haut_box{
    margin-bottom:25px;
    color:#343434;
    font-size:12px;
}

.text_table_box{
    color:#7d7d7d;
    font-size:12px;
}


.clear_both{
    clear:both;
}
