/* ontop dragable calculator */
.dragme
{
position:relative;
cursor:move;
}

.key
{

background-color:#00CCFF;
text-align:center;
}

input
{
font-size:13px;
}

td
{
cursor:default;

}

td.top {
  background-color: #000080;
  text-align: right;
}

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


