/* default content div */
.editinplace {

}

/* mouse over content div */
.over_edittext {
	background-color: #ffffd3;
}

.editable_textarea{
	width: 100%;
	height: 12px;
	background-color: #ffffd3;
}
/* save - cancel links */
.editlink {

}

