/* Typo3 FE-Editing Styles */

.blackLine {
	display: none;
}

a.editicon img {
	border: none;
}

form.typo3-editPanel table {
  margin-top: 3px;
	background-color:#DBE9F7;
	border: 1px solid #ABABAB;
	width: auto;
	margin-top: 3px;
	padding: 3px;
	overflow: hidden;
}

form.typo3-editPanel .spacer-image {
	float: left;
}

.typo3-editPanel-controls a {
	margin-right: 3px;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	font-size: 11px;
}

#content .typo3-editPanel-controls a, #leftcol .typo3-editPanel-controls a {
	width: 12px;
	height: 14px;
	overflow: hidden;
}