﻿body { margin:0; height:0; }
#modalcontents { /* Don't change this line */ position:absolute; z-index:1000; display:none; top:100px;
	padding: 0px 8px 8px 8px; background-color:#fff; text-align:center; width:500px; height:355px; }
#modaloverlay { /* Don't change this line */ position:absolute; width:100%; height:100%; z-index:100; display:none; top:0; left:0; 
    background-color: #000; }

