/* Start of CMSMS style sheet 'lightbox' */
@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

#overlay2 {
	background-image: url(/uploads/images/lsf/transp-black.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
        text-align: left;
	position: absolute;
	z-index: 1001;
}
#overlaycontent {
	height: 350px;
	width: 670px;
	background-color: #FFFFFF;
	margin-left: -350px;
	margin-top: -175px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 2px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index: 1002;
}
#overlaycontent  img.logo {
	padding-bottom: 5px;
}
#overlaycontent h4 {
	padding-top: .5em;
	padding-bottom: .25em;
}
#overlaycontent p {
	line-height: 1.5em;
	padding-bottom: .5em;
}
#overlaycontent p.link {
	font-size: 18px;
	background-image: url(/uploads/images/lsf/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 1px;
}
#overlaycontent a {
	color: #003366;
	text-decoration: none;
}
#overlaycontent a:hover {
	color: #006699;
}
#overlaycontent a img {
	border: none;
}
#close {
	width: 30px;
	text-align: center;
	position: absolute;
	right: 5px;
	z-index: 1003;
	top: 5px;
}
#close a {
	color: #CCCCCC;
}
#close a:hover {
	color: #999999;
}

/* End of 'lightbox' */

