.knonum {
text-align:center;
font-size: 12px;
display:block;
clear:left;
background:#c0c0c0;
width:30px;
line-height:20px;
margin-top:1px;
}

.knodiv {
display:block;
clear:left;
height:20px;
margin-top:1px;
}

.drawnnumcap {
text-align:right;
font-size: 12px;
display:inline-block;
clear:left;
background:#ffffff;
line-height:20px;
padding-right:5px;
width:50px;

}

.drawnnum {
text-align:left;
font-size: 12px;
display:block;
float:right;
background:#66cc33;
height:20px;

}


.notdrawnnum {
text-align:left;
font-size:12px;
display:block;
float:left;
background:#ff6600;
height:20px;

}

.notdrawnnumcap {
text-align:left;
font-size: 12px;
display:block;
float:left;
clear:right;
background:#ffffff;
line-height:20px;
padding-left:5px;
width:50px;

}


.statheader {color:#333333;line-height:60px;font-size:16px;line-height:40px; border-bottom:1px dashed;}
.statheader:hover {color:#FFFFFF; background:#666666; cursor:pointer; cursor:hand;}


.inp_style {
  color:#333333;
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
  text-align:center;
  font-family: sans-serif;
   border: 1px solid #CCCCCC;

}