﻿.ModalPopupFondo {
    background-color: rgba(0,0,0,0.3);
}

.ModalPopup {
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
