.monthPicker { font-family: Verdana, Dotum, Gulim; font-size: 11px; letter-spacing:-1px; width:400px; height: 110px; border: solid 3px  #f1f1f1; display: none; }
.monthPicker .year { text-align:center; padding:12px; }
.monthPicker a {cursor:pointer;}
.monthPicker span a { border: solid 1px  #ebebeb; padding: 0 2px; height: 20px; font-size: 10px; color: #bfbfbf; text-decoration:none }
.monthPicker span a:hover,
.monthPicker span a:focus { border: solid 1px #c5e7f8; color: #24a1e2; background-color:#f1f9fd }
.monthPicker strong { font-size: 14px; margin: 0 20px; }
.monthPicker ul { padding:0 0 0 19px; margin:0px;list-style:none;}
.monthPicker ul li { float:left; }
.monthPicker ul li a {width:45px; padding:5px;   text-align:center; float:left;border: solid 1px  #ebebeb; margin:2px; text-decoration:none ; color: #666666; }
.monthPicker ul li a:hover, 
.monthPicker ul li a:focus { border: solid 1px #c5e7f8; color: #24a1e2; font-weight:bold; background-color:#f1f9fd;  }