div#overlaydiv,
div#picpopup, 
div#loading {
	display: none;
	position: absolute;
}
div#loading{
	background: url(../pics/loading.gif);
	width: 60px;
	height: 70px;
	z-index: 254;
	margin-left: -30px;
	left: 50%;
}
div#overlaydiv {
	background-color: #000;
	z-index: 253;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-khtml-opacity:.60;
	width: 100%;
	left: 0;
	top: 0;
}
div#picpopup{
	z-index: 255;
}
.popup .close {
	display: block;
	background-color: #c00;
	color: #fff;
	text-decoration: none;
	width: 20px;
	height: 18px;
	margin: 0 0 2px 2px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	position: relative;
}
html>body .popup .close {
	height: 18px;
}
.popup .close:hover {
	background-color: #f00;
}
