/* OS Detection Lightbox */

.LB-black-overlay { 
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=80); 
} 

.LB-white-content { 
	display: none; 
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -250px;
	width: 500px; 
	height: 210px;
	padding: 10px;
	border: none; 
	background-color: #FFF; 
	z-index:1002;
	overflow: auto;
} 

.LB-white-content .close  {
	float: right;
	padding: 0;
	display: block;
}

.LB-white-content .box {
	padding: 7px 10px 0 10px;
}

.LB-white-content .box img {
	margin: 0;
	padding: 0;
}

.LB-white-content p {
	font-size: 12px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.LB-white-content .box p img {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}

.LB-white-content .box p a  {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.LB-white-content .box form {
	font-size: 10px;
}
