﻿
  div.kb-Keyboard { border-radius: 10px; border: 1px outset; border-color: linen; width: 705px; background-color: #FFFFFF; padding: 4px;}
			
  div.kb-LetterKey 
  { 
    width:40px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  }
		
  div.kb-NumberKey 
  { 
    width:40px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  }
			
  div.kb-SpaceKey 
  {
    width:110px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  } 

  div.kb-TabKey 
  {
    width:110px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  }
	
  div.kb-BackspaceKey 
  {
    width:110px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  } 

  div.kb-Enterkey 
  {
    width:80px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  }

  div.kb-ToggleKeyboard 
  { 
    width:65px;
    height:40px;
    float:left; 
    padding: 8px !important;
    margin: 5px;
    font-weight: 900;
  }
			
  div.kb-Gap { width:15px; height:40px; float:left; padding: 5px; margin: 5px;}

