@charset "utf-8";
/* BzLabs CSS Document for DIV Elements*/

	.mansetTextBar {
		height:64px;
		width:400px;
		display:inherit;
		position:absolute;
		padding:10px;
		font-size:18px;
		font-family:georgia;
		color:#ffcc00;
		font-weight:bold;
	}
	
	.mansetGriBar {
		height:64px;
		width:400px;
		display:inherit;
		background:#000;
		filter: alpha(opacity=60); 
		opacity:0.6;
		position:absolute;	
	}
	
	.commentLoginBar {
		background:#EDF4EC;
		border:#999999 1px dotted;
		padding:10px;
	}
	
	.textBox1 {
		font-family:arial;
		font-size:12px;
		padding:3px;
		border:#cccccc 1px solid;
	}
	
	.bzErrCell {
		background:#cc0001;
		padding:5px;
		color:#FFF;
		font-weight:bold;
	}
