﻿/* Modal dialog box */
.modalPopup {background-color: #EEEEEE; border-width: 3px; border-style: solid; border-color: gray; padding: 3px; width: 30em}
/* Area behind the modal dialog box */
.modalBackground {background-color: #000000; opacity: 0.8}