	
		.cbOverlay {
			background-color: #000;
			z-index: 99;
		}
		
		.cbContainer {
			padding:5px;
			background-color:white;
			z-index: 99;
		}
		.cbBox h3 {
			font-size:1.4em;
			margin:2px;
			background-color:#ccc;
			z-index: 100;
		}
		.cbBox p {
			margin:3px;
			z-index: 100;
		}
		.cbBox .cbButtons {
			text-align:center;
			z-index: 100;
		}
				
		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;
		}
