/* ---------------------------------------------------------- 
	bach gollan lorenz - screen- styles  
	
	Mark Blasius - markblasius.com
	
	
	
	client: bach gollan lorenz
	
	alle rechte vorbehalten — all rights reserved !
	
   ---------------------------------------------------------- */

/* the overlayed element */

.simple_overlay { 
    display: none; 
    z-index: 10000;
    background-color: #f8f8f8;
	width: 675px;
	min-height: 200px;
    -moz-box-shadow: 0 0 90px 5px #999;
	-webkit-box-shadow: 0 0 90px #999;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(/g/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* styling for elements inside overlay */ 
.details {
	padding: 30px;
	
}

.simple_overlay h3 {
	color: #666;
	font-size: 18px;
}