.modaldialogBackground {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: transparent;
    background-image:url(fond_modal.png);
    z-index:1000;
}
.modaldialog {
    width:100%;
    height:100%;
    -moz-box-pack:center;
    -moz-box-align:center;
}

.modaldialogContent {
    -moz-appearance: dialog;
}