/* --- WINDOWLESS POPUP BOX STYLES --- */
    .popup_box {
    	position: absolute;    /* DO NOT EDIT POSITION! IT MUST BE ABSOLUTE! */
    	background: url(images/shadow.png) bottom right no-repeat;
    	margin: 0;
    	width: 740px;
    	height: 540px;
    }
    
    .popup_content {
    	background: #fff;
    	border: 5px solid #a9a9a9;
    	width: 700px;
    	height: 500px;
    	padding: 0px;
    	margin: 10px;
    	overflow: hidden;    /* NECESSARY FOR SCROLLABLE CONTENT */
    }
/* --- END --- */