/**
 * 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:700px; 
	background-color:#000; 
	border:1px solid #B50062;
	z-index:5200;
	padding:10px;
	color:#aaaaaa;
	}

#simplemodal-container h2 {
font-size: 1.4em;
font-weight: bold;
color: #AAA;
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;
	}
