.digitStyle, .clearStyle, .backStyle {
    background-color: menu;
    text-align: center;
    vertical-align: middle;
    font-family: ËÎ Ìå;
    font-size: 24pt;
    cursor: pointer;
    border-left-color: buttonhighlight;
    border-top-color: buttonhighlight;
    border-right-color: buttonshadow;
    border-bottom-color: buttonshadow;
    border-width: 2px;
}

.digitStyle {
    height: 100px;
    width: 100px;
}

.clearStyle {
    height: 300px;
    width: 100px
}

.backStyle {
    height: 100px;
    width: 300px;
}

.bodyStyle {
    font-family: ËÎ Ìå;
    font-size: 12pt;
}

.contentStyle {
    font-family: ËÎ Ìå;
    font-size: 10pt;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.headerStyle {
    height: 30px;
    vertical-align: bottom;
}

.inputPadStyle {
    visibility: hidden;
}