.editLabel {
	font-size : small;
	padding : 0 5px;
	display : none;
}

.editableRegionDisabled {
	cursor : pointer;
	_cursor : hand;
}

.editableRegion {
	background-color : #ffc !important;
	cursor : pointer;
	_cursor : hand;
}

.editableRegion .editLabel {
	display : inline;
}

.editableTextareaRegion .editLabel {
	display : block;
}

.inlineEditBox {
	/*background-color : #ffc;*/
	display : inline;
}
