@charset "UTF-8";

.chrome-pane,
.chrome-pane-crystal {
	height: 0;
	width: 0;
	overflow: hidden;	
}

.chrome-pane { background-color: #eee; }

.chrome-pane-closebutton {
	padding: 0;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 7px;
	top: 7px;
	width: 16px;
	height: 16px;
	background-image: url(close-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-style: hidden;
	border-width: 0px;
	text-indent: -1000px;
	overflow: hidden;
}

.chrome-pane-closebutton:hover {
	background-position: 0 -16px;
}

.chrome-ff2-frame {
	border: 0 hidden transparent;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:25px;
	height:100%;
	overflow:hidden;
}

.chrome-pane-body {
	height: 100%;
	position:relative;
	z-index:1;
}

.chrome-pane-title {
	font: bold 13px/28px Helvetica, Arial, sans-serif;
	height: 28px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
