#overlay {
	width: 100%;
	display: none;
	background: url(/img/overlay_bg.png) repeat;
	z-index: 19;
	position: absolute;
	top:0;
	left::0;
}
#overlay_content_container
{
	margin: 0 auto;
	position: relative;
	z-index: 20;
	width: 645px;
	color: #ffffff;
	top: 200px;
	background: url(/img/overlay_box_bg.png) repeat-x;
	padding: 10px 20px 20px;
}

.close_button {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:14px;
	color: #8a8a8a;
	cursor: pointer;
}

.close_text
{
	float: left;
	font-size: 12px;
}

.close_button img
{
	cursor: point;
	margin: 2px 0 0 0;
}

#overlay_content_inner
{
	padding-top: 20px;
}
