/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 187 2009-02-10 00:01:01Z emartin24 $
 *
 */

/* SimpleModal Styles */
#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
	z-index:4200;
}

#modalContentImprint {
	display:none;
}	

#modalContentContact {
	display:none;
}	
	
#simplemodal-container {
	height:420px; 
	width:800px; 
	background-color:#000; 
	border:3px double #70603f;
	z-index:5200;
	padding:10px;
	color:#ffffcf;	
	font-size:0.8em;
	}

#simplemodal-container-feedback {
	height:200px; 
	width:600px; 
	background-color:#000; 
	border:3px double #70603f;
	z-index:5200;
	padding:20px;
	color:#ffffcf;	
	font-size:0.9em;
	}
	
	
#simplemodal-container p {
	font-size:1.0em;
	}	
	
#created {
	position:absolute;
	background-color:#322b1c;
	margin:20px;
	padding:5px;
	top:0;
	right:0;
}

#created span {
	font-size:0.8em;
	color:white;
}

#created a {
	font-size:0.8em;
	font-weight:bold;
	color:white;
}


#simplemodal-container h2 {
font-size: 1.2em;
font-weight: bold;
color: #b19c65;
padding:2px 0 3px 0;
}	
	
	
a.modalCloseImg {
	background:url(../../img/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
	}

