	
		.cbOverlay {
			background-color: #110000;
			z-index: 999;
		}
		
		.cbContainer {
			padding:5px;
			background-color:#fcd8d6;
			z-index: 999;
        	border: 3px solid red;	
		}
		.cbBox h1 {
			font-size:20px;
			margin:2px;0
			z-index: 1000;
            color: #000000;
		}
		.cbBox h3 {
			font-size:1.4em;
			margin:2px;
			background-color:#ccc;
			z-index: 1000;
		}
		.cbBox p {
			margin:3px;
			z-index: 1000;
		}
		.cbBox .cbButtons {
			text-align:center;
			z-index: 1000;
		}
				
		li {margin:1ex 0 1ex 2em;}
		pre {font-family: monospace;
			border:1px solid #ccc;
			height:300px;
			overflow:auto;
			font-size:1.2em;
			background-color:#eee;
			min-width:200px;
		}
		.closeButton {
			position:absolute;
			top:10px;
			right:10px;
		}