
.cms_edit_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999999;
	overflow: hidden;
	height: 55px;
}

.cms_edit_bar_inner {
	padding: 10px;
	background-color: #494C55;
	border-bottom: 1px solid #ED9205;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity:.7;
	filter:alpha(opacity=70);
}

.cms_edit_bar .edit_bar_logo {
	background-image: url(../includes/buzz/templates/images/hs_logo_32.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;	
	display: block;
	float: left;
	margin-right: 10px;
}

.cms_edit_bar .edit_bar_hide {
	background-image: url(../includes/buzz/templates/images/edit_bar_hide.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 20px;	
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cms_edit_bar .edit_bar_hide.edit_bar_close {
	background-image: url(../includes/buzz/templates/images/edit_bar_close.png);
}

.cms_edit_bar .edit_bar_hide.edit_bar_open {
	background-image: url(../includes/buzz/templates/images/edit_bar_open.png);
}

.cms_edit_bar .buzz_button {
	display: block;
	float: left;
	margin-right: 10px;
}
