#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:320px;
	margin:-220px 0 0 -250px;
	background:#fff;
	text-align:left;
}
#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%;
}

#lightbox h1 {
	padding:10px 0 20px 0;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#eb591b;
	letter-spacing:-1px;
	text-align:center;
}

#lightbox h2 {
	margin:0 0 20px 0;
	padding:12px 10px 12px 10px;
	color:#fff;
	font:bold 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing:-1px;
	background:#fff url(../images/bg/h2-1.gif) no-repeat 100% 0;
}
#lightbox h2.step-1 {background:#fff url(../images/bg/h2-1.gif) no-repeat 100% 0;}
#lightbox h2.step-2 {background:#fff url(../images/bg/h2-2.gif) no-repeat 100% 0;}
#lightbox h2.step-3 {background:#fff url(../images/bg/h2-3.gif) no-repeat 100% 0;}
#lightbox h2.step-4 {background:#fff url(../images/bg/h2-4.gif) no-repeat 100% 0;}
#lightbox h2.step-5 {background:#fff url(../images/bg/h2-5.gif) no-repeat 100% 0;}
#lightbox h2.step-6 {background:#fff url(../images/bg/h2-6.gif) no-repeat 100% 0;}
#lightbox h2.step-7 {background:#fff url(../images/bg/h2-7.gif) no-repeat 100% 0;}
#lightbox h2.step-8 {background:#fff url(../images/bg/h2-8.gif) no-repeat 100% 0;}
#lightbox h2.step-9 {background:#fff url(../images/bg/h2-9.gif) no-repeat 100% 0;}

#lightbox p {
	margin-bottom:20px;
	font-size:11px;
	text-align:center;
	line-height:2em;
}

a.prev-btn,a.next-btn {
	position:absolute;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#800000;
	letter-spacing:-1px;
	text-decoration:none;
}
a.prev-btn {
	left:10px;
	bottom:10px;
	float:left;
	padding:5px 0 5px 40px;
	background:#fff url(../images/bg/prev-btn-a.gif) no-repeat 0 50%;
}
a.next-btn {
	right:10px;
	bottom:10px;
	float:right;
	padding:5px 40px 5px 0;
	background:#fff url(../images/bg/next-btn-a.gif) no-repeat 100% 50%;
}
a.prev-btn:hover,a.next-btn:hover {color:#eb591b;}

p.close {
	position:absolute;
	top:10px;
	right:10px;
}
p.close img {border:0;}

#lightbox select {
	padding:4px;
	width:350px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(../images/bg/search-input.gif) repeat-x 0 0;
	border:1px solid #800000;
}
#lightbox select option {background:#fff;}
