editable_content.multi_list_item {
	float:left;
	display:block;
	min-width:150px;
}
.editable_header,.editable_header_edit {
	height:10px;
	color:#fff;
	font-size:10px;
	padding:0 5px;
	line-height:8px;
}
.editable_header {
	background-color:#81c33f;
}
.editable_header img {
	cursor:pointer;
	margin:0 3px;
	float:right;
}
.editable_header,.editable_content {
	border-top:1px solid #81c33f;   /* border */
}
.editable_header_edit,.editable_footer_edit {
	background-color:#f00;
}
.editable_header_edit,.editable_content_edit,.editable_footer_edit {
	border:1px solid #f00;
}
.editable_content,.editable_content_edit {
	margin:0 0 1px;
}
.editable_content_edit form {
	margin:0;
}
.editable_footer_edit input {
	float:right;
	background-color:#f00;
	color:#fff;
	border:1px solid #fff;
	margin:1px 5px 0;
}
.editable_area_header {
	width:100%;
}
.editable_area_header u {
	display:inline;
	margin:0 10px;
	padding:2px 5px 0 5px;
	text-decoration:none;
	background-color:#ccccca;
}
.editable_area_header table {
	border-collapse:collapse;
	border-top:1px solid #ccccca;
	width:100%;
}
.editable_area_header td {
	padding:0 10px;
}
.editable_area_header .editable_add {
	display:inline;
	height:24px;
	background:url('/images/editables/add.png') no-repeat left center #fff;
	padding:0 0 0 29px;
	line-height:24px;
	cursor:pointer;
}
.editable_add_menu {
	background-color:#fff;
	border:1px solid #ccccca;
}
.editable_add_menu a {
	display:block;
	text-decoration:none;
	padding:2px 5px 2px 29px;
	height:24px;
	line-height:24px;
}
.editable_add_menu a:hover {
	background: url('/images/editables/add.png') no-repeat left center #fff;
}
