/* CSS Document */
#div_geral {
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
 /* width: 550;*/
/*  height: 400;*/
  margin-left: -250px;
  margin-top: -300px;
  /*background-color: red;*/
  /*color: white;*/
}
#bot_convite {
background:#fff url(../imagens/bot_convite.gif) no-repeat;
right:14px;
bottom:50px;
width:71px;
height:29px;
display:block;
position:absolute;
}
#bot_vermelho {
background: url(../imagens/bot_vermelho.gif) no-repeat;
right:14px;
bottom:14px;
width:71px;
height:29px;
display:block;
position:absolute;
}
#bot_branco {
background:#fff url(../imagens/bot_branco.gif) no-repeat;
right:90px;
bottom:14px;
width:71px;
height:29px;
display:block;
position:absolute;
}
#bot_convite span, #bot_vermelho span, #bot_branco span {
display:none;
}
#vazio {
width:71px;
height:29px;
border:none;
}
a {
border:none;
}

#teclado td {
background:url(../imagens/botao_num.gif) no-repeat;
width:25px;
height:25px;
}
#teclado tr{
text-align:center;vertical-align:middle;
}

