/* <!--- Democrats Box--->*/

#overlay {
	background-image: url(../global/v2/debate/overlay.png);
	_background-image: url(http://www.politico.com/css/modal.css);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	
	height: 1300px;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#box {
	color: #FFF;
	width: 540px;
	/*border:2px solid #000000;*/
	/*background-image: url(../global/v2/debate/bck-tall-grad.gif);
	background-repeat:repeat-x;*/
	background-color: #fff; /* #fcfcfc */
	position: absolute;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0px;
	text-align: left;
	z-index: 9999999999999999999999999;
	/*width:80%;				 <-- use this to tie width to viewport size */
	/* width: 52em;				<-- use this for a set width */
	
}
#contentBox {
	background-color: #17354D; /* #fcfcfc */
	width: 500px;
}
#close {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

/* <!--- //Democrats Box--->*/