@charset "utf-8";
/* CSS Document */
/* ontop dragable calculator */

.dragme
{
position:relative;
cursor:move;
}

.key
{
cursor:default;
background-color:#99ffFF;
text-align:center;
}

input
{
font-size:13px;
}

/*
td.top {
  background-color: #77ffff;
  text-align: right;
}

td.bottom {
  background-color: #ffe38c;
  padding: 15px;
}
*/



