.PopDivBox {
	width:250px;
	position:absolute;
	z-index:10;
	border:1px solid #d6d6d6;
	display:none;
}
.PopDivBox .T {
	width:250px;
	height:auto;
	background:green;
}
.PopDivBox .T .T_1 {
	float:left;
	width:232px;
	line-height:20px;
	cursor:move;
	color:#FFF;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	padding-left:10px;
}
.PopDivBox .T .T_2 {
	float:left;
	width:18px;
	line-height:20px;
	background:blue;
	color:#FFF;
	font-weight:bold;
	font-family:verdana;
	font-size:9pt;
	text-align:center;
	cursor:pointer;
}
.PopDivBox .content {
	width:250px;
	background:#ffffff;
	padding:10px;
}
