#floatbox .overlay {
	background: #000;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
* html #floatbox .overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#floatbox .kotak {
	background: #FFF;
	height: 530px;
	left: 50%;
	margin-left: -300px;
	margin-top: -265px;
	padding: 10px;
	position: fixed;
	top: 50%;
	width: 600px;
	z-index: 2000;
}
* html #floatbox .kotak {
	position: absolute;
}
	#floatbox .kotak .content {
		height: 500px;
		overflow-y: scroll;
		overflow-x: hidden;
		text-align: left;
	}
	#floatbox .kotak .control {
		background: #DDD;
		border-top: 1px solid #CCC;
		bottom: 0;
		height: 20px;
		left: 0;
		padding: 5px 0;
		position: absolute;
		text-align: right;
		width: 100%;
	}
		#floatbox .kotak .control a {
			color: #333;
			font-weight: bold;
			text-decoration: none;
			padding-right: 10px;
		}
