
/*LIGHTBOX CONTENT
************************************************************/

#overlay{
	background-image: url('../images/lightbox/overlay.png');
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
}

#lbClose{
	text-align:right;
	cursor:pointer;
	height:22px;
	/*width:100%;*/
	position: relative;
	top: -16px;
}

div#box {
/* 	height: 600px !important; */
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 20px 20px 20px;
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.75);
}

div#box h2 {
	margin-top: 10px;
}
div#boxContents{
    height: 440px;
    overflow: auto;
    width: 660px;
}
