*{
	padding:0;
	margin:0
}
.calender{ 
	width:255px;
	margin:50px auto;/*日期选择器面板飘在输入框的正下方*/
	top:0; left:0; 
	border:4px #D6D6D6 solid; 
	background:#EBEBEB; 
	position:absolute; 
	display:none; 
	z-index:999;
}
.calendertb{
	width:100%;
}
.calendertb td{
	width:35px;
	 height:35px;
	 border:1px #CCCCCC solid; 
	 text-align:center; 
	 vertical-align:middle; 
	 cursor:pointer; 
	 font-size:14px; 
	 font-weight:bold;
}
.calendertb td.hover,.calendertb td.weekendhover{
	background:#D6D6D6;
}
.calendertb th{
	width:35px; 
	height:30px;
	border:1px #CCCCCC solid; 
	text-align:center; 
	vertical-align:middle; 
	cursor:pointer; 
	color:#979797; 
}
.tdtoday{ 
	background:#0080FF;
	color:#fff;width:35px;
	height:35px;border:1px #CCCCCC solid; 
	text-align:center; 
	vertical-align:middle; 
	cursor:pointer; 
	font-size:14px; 
	font-weight:bold;
}
.getyear{ 
	height:35px; 
	line-height:35px; 
	width:100%; 
	text-align:center;
}
.preMonth{ 
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer; 
	margin-right:18px;
	color:#0080FF;
}
.nextMonth{ 
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer; 
	margin-left:18px;
	color:#0080FF;
}
.mh_date{
	/*width:249px;
	height:20px; 
	line-height:20px;
	padding:5px; 
	border:1px #b1ceef solid; */
	cursor:pointer; 
	background:url(../images/dateIco.png) no-repeat right center;
}
.zhezhao{
	width:100%;
    height:100%;
	position:fixed; 
	z-index:998;	
	background:#fff;
	filter:alpha(opacity=10);
	opacity:0.1; 
	display:none; 
}