#flbox-overlay {	position: fixed;	left: 0;	right: 0;	top: 0;	bottom: 0;	width: 100%;	height: 100%;	z-index: 150;	background-color: black;	opacity: 0.3;	filter: alpha(opacity=30);}#flbox-outer {	position: fixed;	left: 0;	top: 0;	right: 0;	bottom: 0;	overflow-x: hidden;	overflow-y: auto;	display: none;	z-index: 1500;}#flbox {	position: relative;	float: left;	margin-top: 17%;	margin-bottom: 50px;	border: 1px solid #888;	background-color: white;	overflow: hidden;	z-index: 1510;	visibility: hidden;}#flbox-header {    width: 100% !important;	display: none;	height: 23px;	line-height: 23px;	font-weight: bold;	padding: 0 0 0 0;	white-space: nowrap;	cursor: default;	background: url('header.png') 0 0 repeat-x;}#flbox-body {	padding: 15px;}