 	#map {
            border: 1px solid black;
        }
        #opacity {
            padding: 0;
            text-align: center;
            width: 2em;
            font-family: sans-serif;
            background: transparent;
            color: black;
            border: 0;}
	  div.normal {font-family: Tahoma; font-weight: bold; font-size:12px}

        .olControlPanel div { 
          display:block;
          width:  24px;
          height: 24px;
          margin-top: 3px;
          margin-left: 15px;
        }
        .olControlPanel .olControlNavigationItemActive { 
          width:  28px;  
          height: 28px;
          background-color: orange;
          background-image: url("images/panning-hand-on.gif");
        }
        .olControlPanel .olControlNavigationItemInactive { 
          width:  28px;  
          height: 28px;
          background-color: #EAEAEA;
          background-image: url("images/panning-hand-off.png");
        }
        .olControlPanel .olControlZoomBoxItemInactive { 
          width:  28px;  
          height: 28px;
          background-color: #EAEAEA;
          background-image: url("images/drag-rectangle-off.png");
        }
        .olControlPanel .olControlZoomBoxItemActive { 
          width:  28px;  
          height: 28px;
          background-color: orange;
          background-image: url("images/drag-rectangle-on.gif");
        }
        .olControlPanel .olControlIdentifyItemActive { 
          width:  28px;  
          height: 28px;
          background-color: orange;
          background-image: url("images/assign_ON.gif");
        }
        .olControlPanel .olControlIdentifyItemInactive { 
          width:  28px;  
          height: 28px;
          background-color: #EAEAEA;
          background-image: url("images/assign_OFF.gif");
        }
        .olControlPanel .olControlSplitItemActive { 
          width:  28px;  
          height: 28px;
          background-color: orange;
          background-image: url("images/split_ON.gif");
        }
        .olControlPanel .olControlSplitItemInactive { 
          width:  28px;  
          height: 28px;
          background-color: #EAEAEA;
          background-image: url("images/split_OFF.gif");
        }
        .olControlPanel .olControlZoomToMaxExtentItemInactive { 
          width:  28px;  
          height: 28px;
          background-image: url("images/zoom-full-extent_OFF.gif");

        }