﻿#lightbox{
	display:none;
	position: absolute;
	border-bottom:2px solid #A4A4A4;
	top:50%;
	left:60%;
	z-index:9999;
	margin:-220px 0 0 -250px;
	background:#FFF;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#close
{
	margin-right:5px;
	font-weight:bold;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}
.userInput
{
	border: #000 1px solid;
}
#lbLoadMessage
{
	text-align:right;
	line-height:30px;
	background-image:url("../images/title_bg.gif");
}
#photoList td
{
	background:url("../images/backimg.gif") no-repeat;
	width:200px;
	height:200px;
}