.dropY{background: url("../img/drop-yes.gif") no-repeat; height: 20px;  }
.dropN{background: url("../img/drop-no.gif") no-repeat;height: 20px; }
.h-lyr{position: absolute;visibility: hidden;}
.x-lyr{position: absolute;visibility: hidden;z-index: 999;background-color: white;}
.x-pung{position: absolute;visibility: hidden;z-index: 30;background-color: white;}
.x-shadow {
    background: transparent url( ../img/shadow.png ) no-repeat 0 0;
}
.dragMenuBox{
	border:1px solid #ccc;
	height:300px;
	margin-top:8px;
	overflow: auto;
}

.dragMenuBox div .list{
	padding-top:8px;
	padding-left:5px;	
	margin-left:5px;
	height: 20px;
	width: 87%;
	cursor: move;
	background-color: white;	
}
.dragMenuBox div .onDrag{
	padding-top:8px;
	padding-left:5px;
	margin-left:5px;
	height: 20px;
	width: 87%;
	cursor: move;
	background-color: #FF9933;	font-weight: bold;
	color: white;
}
.dragProxy{
	background-color:#FF9933;
	padding-top:10px;
	padding-left:10px;
	font-weight: bold;color: white;
}