#dialog { display:none; text-align:center; background-image:url(../images/bck.jpg)}
#dialog #form_age {padding-top:190px}
#dialog #form_age h2 { text-transform:uppercase; color:#ffffff; display:none}
#dialog #form_age p { color:#ffffff }

#dialog #form_age input {
    padding: 40px 80px 0px 0px;
    cursor: pointer; 
    margin: 0 8px 0 8px; 
    border: 0; 
    width: 100px;
    text-indent: -9999px;
}

#dialog #form_age input:focus {
    outline: none;
}

/* --- Bouton oui ---*/
#dialog #form_age input#oui {  
    background: url(../images/OUI.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}
#dialog #form_age input#oui:hover {  
    background: url(../images/OUI-hover.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}
/* --- Bouton non --- */
#dialog #form_age input#non {  
    background: url(../images/NON.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}
#dialog #form_age input#non:hover {  
    background: url(../images/NON-hover.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

#dialog #form_age #message-box { color:#ff0000}
#dialog #form_age #submit-age { margin-top:10px}
.ui-dialog-titlebar { display:none}

.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_000000_40x100.png") repeat-x scroll 50% 50% #000000;
    opacity: 0.5;
}
