#modulo_editor {
	display: inline;
	float: left;
	width: 100%;
	padding-top: 25px;
}

#modulo_editor #anadir_comentarios {
	display: inline;
	float: left;
	width: 136px;
	height: 16px;
	background: url(../img/modulo_editor/anadir_comentario.gif) top left no-repeat;
	margin-bottom: 4px;
}

#modulo_editor #anadir_comentarios span {
	display: none;
}

#modulo_editor #editor_content {
	display: inline;
	float: left;
	width: 100%;
}

#modulo_editor #editor_content label {
	display: inline;
	float: left;
	margin-top: 16px !important;
	margin-bottom: 8px !important;
}

#modulo_editor #editor_content .top_editor_input {
	display: inline;
	float: left;
	width: 100%;
	height: 7px;
	background: url(../img/modulo_editor/top_editor_input.gif) top left no-repeat;
}

#modulo_editor #editor_content .bottom_editor_input {
	display: inline;
	float: left;
	width: 100%;
	height: 7px;
	background: url(../img/modulo_editor/bottom_editor_input.gif) bottom left no-repeat;
}

#modulo_editor #editor_content .input_editor {
	display: inline;
	float: left;
	width: 446px;
	background: url(../img/modulo_editor/background_editor_input.gif) top left repeat-y;
	border: 0 none;
	padding: 0px 9px;
}

#modulo_editor #editor_content .combo_valoracion {
	width: 57px;
	height: 20px;
	border: 1px solid #F4EDF4;
	background-color: #FAF7FA;
}