@CHARSET "ISO-8859-1";

#preview {
	position:fixed;
	bottom:0px;
	width:100%;
	background:#c00;
	opacity:0.6;filter:alpha(opacity=60);
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	z-index:999;
}	

#adminPanel {
	position:fixed;
	left:5px; top:5px;
	width: 200px;
	border: 1px solid #203548;
	background: #fff;
	text-align:left;
	z-index:1000;
}

#adminPanel h2 {
	font-size:14px;
	background:#203548;
	color:#a7c6dd;
	padding: 2px 5px;
	margin:0px;
}

#adminPanel h3 {
	font-size:12px;
}

#adminPanel ul {
	padding:5px;
}

#adminPanel ul li {
	border-bottom:1px dotted #ccc;
	padding: 5px 0;
}