.input {
text-align: right;
height: 20;
font-size: 14px;
border: double 1px;
border-color: #0;}
.button {
border: double 1px;
border-color: #111111;
background: #EEEEEE;
border-size: 5;
text-align: center;
width: 35px; }
.ibutton {
border: double 1px;
border-color: #111111;
background: #ffffBB;
border-size: 5;
text-align: center;
width: 35px; }
.mbutton {
border: double 1px;
border-color: #111111;
background: #aa0000;
border-size: 5;
text-align: center;
color: #FF99AA;
width: 35px; }
.cbutton {
border: double 1px;
border-color: #111111;
background: #6666AA;
border-size: 5;
text-align: center;
color: #FFFF55;
width: 35px; }
.err { color: #fcf23b; font-style: normal; font-size: 14px; background-color: #da0000; text-align: center }
|
|
||