/* CSS Document */
.mpCenter
{
position:absolute;
left:0;
top:0;
z-index:20;
border:2px solid #999;
background-color:#fff;
overflow:hidden;
cursor:move;
}

.mpInside
{
padding:10px;
}

.mpTop
{
	background:#000;
	background: transparent url(top.png) repeat-x center;
	height:24px;
	font-size:0.9em;
	color:#fff;
	/*border-bottom:1px solid #666;*/
}

.mpClose {
	float:right;
	display:block;
	width: 20px;
	height: 20px;
	background: transparent url(close.png) no-repeat center;
	margin: 2px;
}

.mpHide {
	float:right;
	display:block;
	width: 20px;
	height: 20px;
	background: transparent url(hide.png) no-repeat center;
	margin: 2px;
}
