#modalWindow, .modalWindow {
	
	position: absolute;
	/*width: 740px;
	top: 150px;
	left: 50%;
	margin-left: -373px; /* window width / 2 */

	border: 3px solid #424242;
	background-color: #e5e5e5;
	z-index: 2000;
	/*display: none;*/
}

#modalWindowHeader {	
	height: 32px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #000;
	background: #676767 url(../img/table_header.png) bottom left repeat-x;
}

#modalWindowTitle {
	color: #fff;
	font-weight: 400;
	margin: 6px 0 0 10px;
	font-size: 0.8em;
}

.closeGlyph {
	width: 22px;
	height: 22px;
	position: absolute;
	margin: -11px 10px 0 -11px;
	top: 17px; 
  right: 0px;
	cursor: pointer;
}

#modalWindowContent {	
	padding: 15px 10px 0 10px;
	border-top: 1px solid #fff;
}

#modalWindowButtons { margin-left: 10px; }

.modernBrowser #modalWindow { 
	-moz-box-shadow: 0px 1px 15px #000;
  	-webkit-box-shadow: 0px 1px 15px #000;
  	box-shadow: 0px 1px 15px #000;
}

#modalOverlay, .modalOverlay { 
	position: absolute; 
	top: 0; left: 0;
	display: none;
	background-color: #aaa; 
	opacity: 0.75;
	z-index: 1900;
}

.ie6 #modalOverlay, .ie6 .modalOverlay,
.ie7 #modalOverlay, .ie7 .modalOverlay,
.ie8 #modalOverlay, .ie8 .modalOverlay { filter: alpha(opacity=75); }