#lightbox{
	left:50%;
	margin-left: -335px;
	top:10px;
	width:650px;
	height:296px;

	border:2px solid #c62057;
	background:#EA7738;

	display:none;
	position: absolute;
	z-index:9999;
	
}
/* target IE7 and below */
#lightbox{
	padding-bottom:0px;
}
* html {}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/* #lightbox.done img{ 
	width:100%;
	height:100%;
} */

.popsubmit {
	padding: 3px 10px;
	border: none;
	font-size: 14px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 0px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DE672D;
	color:#FFFFFF !important;
	font-weight:bold;
}