span.in-place-edit:hover {
	color: #82c500;
	cursor: hand;
	cursor: pointer;	
}

.in-place-edit-box {
	display: none;
	position: absolute;
	z-index: 1000;
	top: -6px;
	left: -7px;
	padding: 5px;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #93df00;
	z-index: 100;
	white-space: nowrap;
}

.in-place-edit-box input {
	display: block;
	margin: 0 0 5px 0;	
}

.in-place-edit-box textarea {
	display: block;
	width: 350px;
	height: 250px;
	margin: 0 0 5px 0;
}

.in-place-edit-box button {
	display: block;
	border: none;
	background: #555555;
	color: #ffffff;
	padding: 2px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.i-p-e-handle {
	cursor: move;
	background: url(../images/icon_move.png) no-repeat 50% 50%;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -2000em;
}

.i-p-e-highlight, .i-p-e-highlight td {
	background-color: #bbff78 !important;
}