img.inlineedit
{
	width: 7px;
	height: 7px;
	margin-left: -7px;
	border: none;
	cursor: pointer;
	vertical-align: top;
}

div.inlineedit
{
	position: absolute;
	width: auto;
	height: 300px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

div.inlineedit button
{
	border: 1px solid #999;
}

div.inlineedit #textEditForm {
	width: auto;
	height: 300px;
	padding: 0;
	margin: 0;
}

div.inlineedit #textEditForm textarea {
	width: 380px;
	height: 250px;
	padding: 0px;
	margin: 0 20px;
}

div.inlineedit #textEditForm iframe {
	width: 600px;
}
