/* 
	Here lies custom edits that Alain has made to the CSS. 
	He didn't want to mess with Ken's CSS. 
*/

/* popup */
#fader {
	overflow:hidden;
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background:url(/images/ken/fader-bg.png) repeat;
}

* html #fader {top:0px;}
#popup {
	width:100%;
	height:336px;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	text-align:left;
}
#popup .p-bg {
	overflow:hidden;
	width:760px;
	height:312px;
	padding:24px 0 0 30px;
	margin:30px auto;
	background:url(/images/ken/popup-bg.png) no-repeat;
}
#popup h2 {
	margin:0 0 16px;
	color:#686868;
}
#popup ul {
	float:left;
	padding:0;
	margin:0;
	width:100%;
	list-style:none;
}
#popup label {
	padding:0 0 0 3px;
	color:#686868;
}
#popup ul li {
	float:left;
	width:33.2%;
	height:28px;
}
