.virtual_numpad{
    position:absolute;
    display:none;
    text-align:center;
    
    width:150px;
    height:200px;
    
    border:1px solid #aaaaaa;
    background:#e9e9e9;
    
    float:left;
    
    padding:10px;
    
    font-family:arial;
    font-size:12px;
}


.numkey{/*0,1,2,3,4,5,6,7,8,9*/
    background:url(images/numkey_bg.png) left top no-repeat;
    width:42px;
    height:19px;
    
    border:none;
    cursor:pointer;
    
    margin:3px;
    
    color:#ffffff;
    font-weight:bold;
}

.close_button{
    border:none;
    background:none;
    
    cursor:pointer;
    
    font-style:italic;
    color:#ff0000;
}

.backspace_button{
    background:url(images/backspacekey_bg.png) left top no-repeat;
    width:48px;
    height:28px;
    
    border:none;
    cursor:pointer;
    
    margin:3px;
    
    color:#ffffff;
    font-weight:bold;
}

.mixer_button{
    background:url(images/mixkey_bg.png) left top no-repeat;
    width:56px;
    height:28px;
    
    border:none;
    cursor:pointer;
    
    margin:3px;
    
    color:#ffffff;
    font-weight:bold;
}