    #dd-panel {
        cursor:move;
        position: absolute; 
        height: 150px; 
        width: 150px;
        top: 0px; 
        left: 0px; 
        border: 2px solid #ff0000;
        background-color:#ffe4e1;
		filter:alpha(opacity=50);
		opacity: 0.5;
		-moz-opacity:0.5;
		visibility:hidden;
    }
    #dd-resize-handle {
		background-image: url("images/resize.gif");
		background-repeat:no-repeat;
        cursor: se-resize;
        position: absolute;
        width: 15px; 
        height: 15px;
        bottom: 0px; 
        right: 0px;
        margin:0px;
        padding:0px; 
        font-size: 1px;
        filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
    }
		#dd-query-handle {
		  background-image: url("images/search_on_map.gif");
		  background-repeat:no-repeat;
		  position:absolute;
		  bottom:0px;
		  left:0px;
		  width:60px;
		  height:20px;
		  cursor:pointer;
		  z-index:1001;
		}
		#dd-query2-handle {
		  background-image: url("images/camera.gif");
		  background-repeat:no-repeat;
		  position:absolute;
		  bottom:0px;
		  left:28px;
		  width:20px;
		  height:16px;
		  padding-bottom:2px;
		  cursor:help;
		  filter:alpha(opacity=100);
		  opacity: 1;
		  -moz-opacity:1;
		  z-index:1000;
		 }
		#dd-zm_in-handle {
		  background-image: url("images/plus.gif");
		  background-repeat:no-repeat;
		  position:absolute;
		  width:16px;
		  height:16px;
		  cursor:pointer;
		  filter:alpha(opacity=100);
		  opacity: 1;
		  -moz-opacity:1;
		  z-index:1000;
		}
		#dd-zm_out-handle {
		  background-image: url("images/minus.gif");
		  background-repeat:no-repeat;
		  position:absolute;
		  top:0px;
		  right:0px;
		  width:16px;
		  height:16px;
		  cursor:pointer;
		  filter:alpha(opacity=100);
		  opacity: 1;
		  -moz-opacity:1;
		  z-index:1000;
		}
