/* Styles for Max Length plugin v1.1.0 */
.maxlength-feedback {
	margin-left: 0.5em;
	font-size: 75%;
}
.maxlength-full {
	background-color: #fee;
}
.maxlength-overflow {
	background-color: #fcc;
}
.maxlength-disabled {
	opacity: 0.5;
}

#textarea_content  + .maxlength-feedback {
    position: relative; display: inline-block;
    left: 0; top: -10px;
    padding: 0px 5px;
    color: #fff; font-size: 10px;
    background-color: #AA8B3B; text-align: center;
}