#qmEditor {
	font-family: Helvetica, Arial, sans-serif !important;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    position:fixed; 
    top:0; 
    left:0;
    border-top:0;
    padding: 3px;
    z-index: 1000;
    opacity: 0.65; 
    filter:alpha(opacity=65);
    behavior:url(fixed.htc);
	width: 100%;
	background: rgba(64,64,64,.50) url(tinylogo.png) no-repeat -2px 6px;
}

#qmEditor:hover {
    opacity:1; 
    filter:alpha(opacity=100);
}
/* -------------------- [Action buttons taken from MODx Carbon Theme] -- */
#qmEditor ul { /* .actionButtons --> #qmEditor */
	margin: 0;
	padding: 10px 3px 10px 40px;
}
#qmEditor li { /* .actionButtons --> #qmEditor */
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding: 0;
}
#qmEditor .qmButton {
	color: #3b454f;
	font-weight: bold;
	font-size: 12px;
	background: #a0b9d6 url(button-gradient.png) repeat-x top left;
	padding: 4px 6px;
	white-space: nowrap;
	vertical-align: top;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-text-shadow: 0 1px 1px #fff;
	-moz-text-shadow: 0 1px 1px #fff;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #8ea4be;
	outline: none;
}

#qmEditor .qmButton img {
	vertical-align: top;
	margin-top: 1px;
}

#qmEditor .qmButton:hover {
	background-position: bottom left;
	-webkit-box-shadow: 0 0 10px #b8c7d6;
	-moz-box-shadow: 0 0 10px #b8c7d6;
	box-shadow:  0 0 10px #b8c7d6;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
}
#qmEditor .qmButton:active {
	background-color: #92aac4;
	background-position: bottom left;
	-webkit-box-shadow: 0 0 10px #b8c7d6;
	-moz-box-shadow: 0 0 10px #b8c7d6;
	box-shadow:  0 0 10px #b8c7d6;
}