﻿.teclado_virtual
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 99px;
    width: 270px;
    BACKGROUND-COLOR: #B5C2CB;
}
.teclas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #f5f5f5;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style:double; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}
.teclas_selecionadas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #dddddd;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}