.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 10px;
	width: 600px;
	height: 300px;
	padding: 50px;
	z-index:1002;
	overflow: hidden;
	left: 25%;
}
#osx-container {
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Lucida Grande", Arial,sans-serif;
	font-size:.9em;
	padding:0px;
	width:600px;
	height: 240px;
	background-image: url(../images/lightbox-bg.gif);
	background-repeat: repeat-x;
	z-index: 100;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:0 0 64px #000000;
	-webkit-box-shadow:0 0 20px #000000;
}
#osx-container a {
	color:#3F92BA;
	font-family:"Verdana";
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}
#osx-container #osx-modal-title {
	color:#FFFFFF;
	background-color:#3F92BA;
	background-image: url(../images/lightbox-topbg.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: right;
}
#osx-container #osx-modal-title a {
	display:block;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding:6px 12px 0;
	text-decoration:none;
}
#osx-container .close {
	display:none;
	float:right;
}
#osx-container .close a {
	display:block;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding:6px 12px 0;
	text-decoration:none;
}
#osx-container .close a:hover {
	color:#000000;
}
#osx-container #osx-modal-data {
	padding:6px 12px;
	margin-left: 15px;
	margin-right: 15px;
}
#osx-modal-data h1 {
	font-family:"Lucida Grande", Arial, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: bold;
}
#osx-modal-data p {
	margin-bottom:15px;
	line-height: 25px;
	font-size: 14px;
	font-family:"Lucida Grande", Arial, sans-serif;
}

#trulink {
	float: right;
	width: 160px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#osx-modal-data .rank {
	font-size: 2em;
	font-weight: bold;
	color: #FF0000;
}

