﻿.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.popup{
	position: absolute;
	z-index: 100;
	line-height: 0;
}
.popcontent
{
	background-color: #FFF;
	border: solid 2px #000;
	text-align: center;
}

