/***************
pop div module
****************/
.dragAble{
	position:absolute;
	z-index:1000;
	border:1px solid #ccc;
	background:#fff url(center.jpg) left top repeat-x;
}
.dragAble .dragtitle{
	height:28px;
	border-bottom:#ccc;
	background:transparent url(line.jpg) center top no-repeat;
	cursor: move;
}
.dragAble .dragtitle h2{
	float:left;
	font-weight:bold;
	color:#538CC6;
	font-size:14px;
	margin-left:5px;
	letter-spacing:1px;
	margin-top:6px;
}
.dragAble .close{
	background:transparent url(pop_colse.gif) left top no-repeat;
	float:right;
	width:16px;
	height:16px;
	margin-top:6px;
	margin-right:5px;
}
.dragAble .content{
	padding:5px;
}
.mask{
	position:absolute;
	z-index:100;
	background:#ccc;
	filter: alpha(Opacity=50);
	moz-opacity: 0.2;
	opacity:0.2;
}