div.overlay h1 {
	color: #d2232a;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 18px 8px 18px;
	text-align:center;
}
div.overlay {
	background: url('/img/blank.gif');
    background-color: #fff;
	color: #3d3d3d;
	display: none;
	padding: 0px;
	width: 590px;
	z-index: 1000;
}

div.overlay div.close {
	background: url('/img/btn/close.jpg') no-repeat;
	cursor: pointer;
	height: 31px;
	position: absolute;
	right:0;
	top:6px;
	width: 31px;
}