.blackout { background-color: rgb(0, 0, 0); opacity: 0.7; height: 100%; width: 100%; position: fixed; top: 0px; left: 0px; z-index: 100; display: none; cursor: pointer; }
.msgbox { background-color: White; border: 5px solid rgb(51, 51, 51); color: rgb(0, 0, 0); position: fixed; left: 250px; top: 159.5px; width: 420px; height: 200px; z-index: 101; display: none; margin-left: 20%; }
.close-link-box { background-color: rgb(204, 0, 0); color: rgb(255, 255, 255); padding: 8px; float: right; border-radius: 3px; cursor: pointer; text-transform: uppercase; }
