/*
 * jch-leanmode 0.1
 *
 */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #444;
		opacity: 0.5;
    display: none;
}

#popup { 
		background: url(/images/bg.png); 
		background: #fff; 		
		width: 200px; 
		height: 70px; 
		margin: 200px 25%; 
		border: solid 3px #cdc; 
		box-shadow: 3px 3px 3px #333;
		border-radius: 3px;
		padding: 4px;
		position: absolute;
		display: none;
		text-align:center;
		z-index: 102;
	 }
	 
#popup h4 { 
  clear: none;
	font-variant:small-caps; 
	padding: 0; margin-top: 5px; margin-bottom: 0; }
	
#popup p { 
  clear: none;
	padding: 6px 0;
 }	