@charset "UTF-8";
/* CSS Document */

#overlay {
	color:#000;
	width: 550px;
	height:520px;
	display: none;
}
#overlay2 {
	color:#000;
	width: 450px;
	height:420px;
	display: none;
}
.contentWrap {
	height:520px;
	overflow-y:auto;
}
.content {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 520px;
	width: 550px;
}
h1 {
	margin: 0px;
}
p {
	margin: 0px;
	line-height: 140%;
}
#overlay .close {
	background-image: url(images/close.gif);
	position: absolute;
	right: 30px;
	top: 85px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
