.mresizable
{
	position			: absolute;
	width				: 400px;
	height				: 200px;
	overflow			: hidden;
	padding				: 10px;
	padding-top			: 20px;
	border				: 1px solid #00f;
	border-color		: #fff #777 #777 #fff;
	background-color	: #6699cc;
	-moz-box-sizing		: border-box;
	box-sizing 			: border-box;
}

.mresizable div.resize
{
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url(resize.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mresizable .draghandle
{
	cursor				: move;
}

.mresizable div.content
{
	position			: relative;
	font				: icon;
	width				: 100%;
	height				: 100%;
	color				: #ffffcc;
	text-align			: justify;
	overflow			: -moz-scrollbars-vertical;
	overflow-y			: auto;
	border				: 1px solid #fff;
	border-color		: #444 #fff #fff #444;
	background-color	: #333;
	-moz-box-sizing		: border-box;
	-moz-user-select	: none;
	box-sizing 			: border-box;
}

