/*--------CURTAIN----------*/
#window{ 
	width: 600px;
	background-color: #fff;
	position: fixed;
	_position: absolute;
	z-index: 10;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	border: 2px solid #333;
	display: none;
}
#window #form{ margin-top: 85px; }

#curtain{
	background: url(images/backgrounds/blackSolid.gif) repeat;
	position: fixed;
	_position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9;
}