.lightbox{
	margin:0 auto;
	text-align:center;
	width:641px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:30px;
	background-color:none;
}
.lightboxTitle{
	float:left;
	background: transparent url(lightbox-top.png) no-repeat;
	width:641px;
	height:32px;
}
.lightboxTitle img{
	float:left;
	margin:5px 0 0 25px;
}
.lightboxContent{
	float:left;
	background: url(lightbox-bg.png) no-repeat bottom;
	width:641px;
	height:auto;
	min-height:319px;
	bottom:0;
}
.lightboxContentPop{
	float:left;
	background: url(lightbox-bg.png) no-repeat bottom;
	width:641px;
	height:auto;
	bottom:0;
}
.font{
	float:left;
	color:white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:7px 0 0 15px;
	font-weight:bold;
	font-size:15px;
}
.relightboxContent{
	float:left;
	background: url(re-lightbox.png) repeat-y;
	width:641px;
	height:auto;
	min-height:319px;
}
.lightboxBtt{
	float:left;
	background: url(lightbox-btt.png) no-repeat bottom;
	width:641px;
	height:auto;
	min-height:18px;
	bottom:0;
}
.lightbox-pdf{
	float:left;
	background: url(lightbox-pdf.png) no-repeat bottom;
	width:297px;
	height:53px;
	bottom:0;
	text-decoration: underline;color:#991175;
}
.lightbox-pdf:hover{
	float:left;
	text-decoration: none;color:#991175;
}
.linePDF{
	float:left;
	width:620px;
	margin:10px 0 0 20px;
}
.pdfTitle{
	float:left;
	margin:15px 0 0 55px;
	color:#991175;
	text-align: left;
	}
.close{
	width:45px;
	float:right;
	margin-right:20px;
	margin-top:-20px;
	position:relative;
	cursor:pointer;
}	