html, body 
{ margin: 0; padding: 0; height: 100%; border:none; }

.jqHandle {
    background: none repeat scroll 0 0;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;overflow:hidden;
}
.jqDrag {
    cursor: move;
    width: 100%;
}
.jqResize {
    bottom: 0;
    cursor: se-resize;
    position: absolute;
    right:10px;

}
.jqDnR {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-size: 0.77em;
    margin: 5px 10px 5px;

    position: relative;
	position: absolute;
    width: 180px;
    z-index: 3;
box-shadow:10px 10px 30px rgba(20%,20%,20%,0.5);overflow:hidden;
}

.jqcontent{
    width: 95%;
text-align:left;
}


.bg{ 
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0; 
	width: 100%; 
	height: 200%;
	background-color:#000;
	z-index:91; 
	-moz-opacity: 0.3; 
	opacity:.30; 
	filter: alpha(opacity=30);
}
	
.show{
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0; 
	width: 100%; 
	height: 200%;
	padding: 0px; 
	border: 0px solid #E8E9F7;  
	z-index:92; 
	overflow: auto;
}