
#edit-bar {
	font-size: 10px;
	font-family: arial;
	
	z-index: 101;
	position: fixed;
	_position: absolute;
	
	top: 10px;
	left: 10px;
	
	width: 150px;
	
	/*filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;*/
}

#edit-bar .switcher {
	width: 16px;
	height: 16px;
	background: url(/appicons/silk/cog.png);
	cursor: pointer;
}

#edit-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#edit-bar ul li {
	margin: 0;
	padding: 2px;
	background-color: white;
}

#edit-bar ul li ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#edit-bar ul li ul li {
	font-size: 10px;
	margin: 0;
	padding: 2px;
	background-color: black;
	margin-bottom: 2px;
	
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

#edit-bar ul li ul li a {
	color: white;
	text-decoration: none;
}

.btl-modal-content {
	text-align: left;
}

#edit-container {
}
.teaser_block {
	position:relative;
}

.editHandle {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(/appicons/silk/wrench.png);
	z-index: 999999999;
}

.edit-form {
	font-size: 10px;
	font-family: arial;
}

.edit-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.edit-form li{
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.textarea_normal {
	width: 	320px;
	height: 150px
}
.teaserframe .edit-form {
	margin-left: 9px;
}

.btl-button {
	position: relative;
}