 body {
        margin: 0px;
        padding: 0px;
      }
            
      #divCanves{
      	position:absolute;
        left:5px;
     	top:5px;
      }
            
      #myCanvas {        
        border: 1px solid #9C9898;
      }
      
      #divSave{
      	position:absolute;
        left:20px;
     	top:450px;
      }  
      
      #collapse{
      	position:absolute;
		left:615px;
		top:5px;   
		height: 500px;
		z-index: 0;   
      }
      
      .collapsehight{
      	line-height: 15px;      
      }
      
      #apDiv1 {		
		width:208px;
		height:370px;
		padding:5px;
		z-index:1;
		
		element.style {
			display: inline-block;
		}	
		select {
			background-color: #FFFFFF;
			border: 1px solid #CCCCCC;
			width: 220px;
		}		
		#text {	
	    height: 50px;
	    position: relative;
	    width: 200px;
		}
		textarea {
			font-family: monospace;
			
		}
	}
      
      
       #apDiv2 {			
			width:195px;
			height:120px;
			padding:10px;
			z-index:1;		
		}
		
		#clipart {			
			width:200px;
			height:120px;
			padding:10px;
			overflow:auto;;
			z-index:1;	
					
		}
		
		.clip-aling{			
			width: 60px;				
			height: 60px;				
			float: left;
			cursor: pointer;
		}	
		
		
		#divSave {
			position:absolute;
	        left:615px;
	     	top:512px;			
			width:216px;
			height:40px;
			padding:5px;
			z-index:1;		
		}
		
		#download {
			position:absolute;
			left:900px;
			top:465px;
			width:275px;
			height:120px;
			padding:10px;
			z-index:1;		
		}
		
		#photoGalary {	
			width:215px;
			height:378px;						
			overflow :auto;				
		}
		.background-img{
			padding:1px;
			height:70px;	
			width:90px;				
			border: 3px solid #AAAAAA;
			background:	#FFF;
			float: left;
			cursor: pointer;
			line-height: 5px;			
		}
      