
#translator-floating-panel {
	-moz-border-radius: 6px;
	background: transparent;
	border: 0;
	bottom: auto;
	cursor: pointer;
	height: auto;
	left: 0;
	margin: 0;
	max-height: 16px; /* limit size to avoid animation glitch */
	max-width: 16px; /* limit size to avoid animation glitch */
	min-height: 0; /* this should overwrite any external styles */
	min-width: 0; /* this should overwrite any external styles */
	opacity: 0.4;
	overflow: hidden;
	outline: 0;
	padding: 0;
	position: fixed;
	right: auto;
	top: 0;
	width: auto;
	z-index: 999999;
}
	#translator-floating-panel:hover {
		opacity: 1;
	}

#translator-floating-panel * {
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	margin: 0;
	opacity: 1;
	overflow: auto;
	outline: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: auto;
}

#translator-floating-panel.translator-theme-original {
	background-color: #D9C6B6;
	border: 2px #784F2B ridge;
	padding: 2px;
}
#translator-floating-panel.translator-theme-default {
	background-color: #F0F0F0;
	border: 1px #979797 solid;
	padding: 2px;
}
#translator-floating-panel.translator-theme-system {
	-moz-appearance: dialog;
}

#translator-floating-panel-button {
	background: url('chrome://translator/skin/icons.png') top left no-repeat;
	height: 16px;
	width: 16px;
}

.popup_window{z-index:10;position:absolute; top:100px; left:100px; width:275px; background:#fff; border:1px solid #ccc; padding:4px;}
.popup_window .popup_heading{float:left; width:96%; cursor:move; padding:2px 2%; position:relative; background:#09F; color:#fff;}
.popup_window .buttons{position:absolute; right:10px; top:2px; cursor:auto;}
.popup_window .drag_area{float:left; width:96%;}
.popup_window .content{float:left; width:96%; font-size:12px; padding:2%;}
#resizable { width: 100px; height: 100px; background: silver; }

