#HMonthPicker {position:absolute;z-index:999999;display:;width:192px;border:1px solid #ddd;box-shadow:2px 2px 2px 0px #ddd;padding:5px;background:#fff;}
#HMonthPicker .HMheader {width:180px;height:30px;line-height:30px;background:#f5f5f5;}
#HMonthPicker .y_left, #HMonthPicker .y_right {float:left;width:31px;text-align:center;font-size:11px;}
#HMonthPicker .y_center {float:left;width:110px;text-align:center;font-weight:bold;}

#HMonthPicker .HMbody {width:182px;}
#HMonthPicker .montht {float:left;width:43px;height:40px;line-height:40px;margin:1px;text-align:center;color:#666;cursor:pointer;border:1px solid #f4f4f4;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#HMonthPicker .montht:not(.valmonth):hover {
	background:#ebf4f8;
	-webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#HMonthPicker .valmonth{background:#3fc7fa;color:#fff;}
#HMonthPicker .nowmonth{border:1px solid #51ccfa;}