/* default content div */
.editinplace {

}

/* mouse over content div */
.over_edittext {
	background-color: #ffffd3;
}

.editable_textarea{
	width: 300px;
	height: 50px;
	background-color: #ffffd3;
}
/* save - cancel links */
.editlink {

}