.cms-section-panel {
	width: 100% !important;
}

.cms-section-panel-hover {
	border-top: 0px;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-radius: 0.5em;
	cursor: move;
}

.cms-section-toolbar {
	margin: 0;
	padding: 5px;
	right: 3px;
	text-align: right;
	width: auto;
	z-index: 99999;
}

.cms-section-name {
	float: left;
	color: #62839c;
	font-weight: normal;
	font-size: 14px;
	padding-left: 3px;
}

.cms-section-toolbar span a {
	text-decoration: underline;
	cursor: pointer;
}

.cms-section-toolbar-link {
	padding-left: 7px;
	display: inline-block;
}

.cms-section-toolbar-icon {
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
}

.cms-section-edit-icon {
	background:
		url(/cms2/images/cms/icon/small/edit.png)
		no-repeat !important;
	width: 20px !important;
	height: 16px;
}

.cms-section-export-icon {
	background:
		url(/cms2/images/cms/icon/small/export.png)
		no-repeat !important;
	width: 20px !important;
	height: 16px;
}

.cms-section-import-icon {
	background:
		url(/cms2/images/cms/icon/small/import.png)
		no-repeat !important;
	width: 20px !important;
	height: 16px;
}

.cms-section-remove-icon {
	background:
		url(/cms2/images/cms/icon/small/remove.png)
		no-repeat !important;
	width: 20px !important;
	height: 16px;
}

.cms-section-version-icon {
	background:
		url(/cms2/images/cms/icon/small/version.png)
		no-repeat !important;
	width: 20px !important;
	height: 16px;
}