		<!-- CSS for iPad promo modal window -->
			#mask {
				position:absolute;
				left:0;
				top:0;
				z-index:9000;
				background-color:#000;
				display:none;
			}
			#boxes .window {
				position:fixed;
				left:0;
				top:0;
				width:760px;
				height:430px;
				display:none;
				z-index:9999;
				padding:0px;
			}
				
			#boxes #popup_box {
				width:760px; 
				height:430px;
			}
			#popup_box .header {
			
			/* switching to smaller graphic -- actually no graphic
				background:url(https://i.ubm-us.net/crn/popup_top_01.png) no-repeat 0 0 transparent; 
				background:url(https://i.crn.com/misc/popup_top_01.jpg) no-repeat 0 0 transparent; 
			*/
				width:760px; 
				height:430px;
			}
			#popup_box .header .entry{
				position:relative;
				top:110px;
				left:90px;
				border:3px solid #cccccc;
				height:18px;
				width:200px;
				font-size:15px;
				padding:5px;
				margin-top:4px;
			}
			#popup_box .btn_l {
				position:relative;
				float:left;
				top:321px;
				width:450px; 
				height:110px;
			}
			#popup_box .btn_r {
				position:relative;
				float:left;
				top:321px;
				width:310px; 
				height:110px;
			}

