
textarea {
	resize: none;
}

.E_block {
	margin: 20px 0 20px 0;
}
.E_block_status {
	padding: 1px 0 0 4px;
	/* background-image: url(/icons/bullet_go_down.png); */
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 0.8em;
	cursor: pointer;
}
.E_block_placeholder {
	background-color: #dddddd;
}
.E_editor_buttons {
	padding: 12px 0 2px 0;
}
.E_editor_buttons input.E_editor_buttons_submit {
	width: 120px;
}
.E_editor_buttons input.E_editor_buttons_cancel {
	width: 80px;
}
#E_header {
	margin-bottom: 20px;
}
.E_header_title {
	height: 20px;
	width: 99%;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 4px;
}
.E_header_description {
	width: 99%;
	height: 60px;
	font-size: 1.0em;
}
.E_header_label {
	font-weight: normal;
}
#E_menu {
	margin: 0 0 30px 0;
}
#E_menu input {
	width: 60px;
}

