/* 
	Lightbox CSS needed for SimpleModal 
*/
#simplemodal-overlay 
{
	background-color: #cccccc;
}

/*
	The lightbox itself, border styles, etc.
*/
#simplemodal-container 
{
	height: 300px;
	width: 75%;
	background-color: #ffffff;
	border: 2px solid purple;
	overflow-y: auto; 
	overflow-x: visible; 
	overflow: -moz-scrollbars-vertical; 
}

/*
	Exit button
*/
#simplemodal-container a.modalCloseImg
{
	background: url("../images/close_v1.gif") no-repeat; 
	width: 19px;
	height: 19px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 1px;
	right: 20px;
	cursor: pointer;
}
