div.note
{
	position: absolute;
	text-align:left;
}

table.container
{
	border:solid 1px rgb(255,255,214);
}

table.container td
{
	background-color: rgb(255,255,255);
}

table.container td.leftTopResize,
table.container td.rightTopResize,
table.container td.leftBottomResize,
table.container td.rightBottomResize
{
	width: 1px; 
	height: 1px;
}

table.container td.leftTopResize
{
	cursor: nw-resize;
}

table.container td.rightTopResize
{
	cursor: ne-resize;
}

table.container td.leftBottomResize
{
	cursor: sw-resize;
}

table.container td.rightBottomResize
{
	cursor: se-resize;
}

table.container td.midTopResize
{
	cursor: n-resize;
}

table.container td.leftMidResize
{
	cursor: w-resize;
	width: 1px;
}

table.container td.rightMidResize
{
	cursor: e-resize;
	width: 1px;
}

table.container td.midBottomResize
{
	cursor: s-resize;	
}

table.container td.content
{
	background-color: Transparent;
	cursor: move; 
	width: 50px; 
	height: 50px;
}

textarea.noteText
{
	background-color: #FFFFD6;
}