    .moveDiv
    {
        position: absolute;
        width: 104px;
        height: 104px;
        left: 0px;
        top: 0px;
        border: 0px none;
    }
    
    .closeDiv
    {
    	position:absolute; 
    	left:0px; 
    	top:100px; 
    	width:104px; 
    	height:25px; 
    	display:none; 
    	background: url(http://www.hfc.gov.cn/images/close.png) no-repeat right;
    	cursor:pointer;
    }