
.controlframe {background: #888; 
               padding: 5px 5px 15px 10px;
	      }
	      
.vm {position: relative; 
     height: 55px;
    }

.vmname {position: absolute; 
         left: 0px; top: 0px; 
	 height: 55px;
	}

.vmcover {position: absolute; 
          left: 15px; 
	  top: 30px; 
	  font: 12px 'Dot Matrix'; 
	  background: #bbb; 
	  color: white; 
	  border: 1pt solid white; 
	  border-radius: 5px; 
	  padding: 2px 10px 2px 10px;
         }
