.rili_up_box{
	width: 193px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.rili_month_box{
	float:left;
	width: 48px;
	height: 48px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 48px;
	cursor: pointer;
}
.qiandao_ico{
	background: url(img/qiandao_icon.png) no-repeat 50% 50%;
	background-size: 60%;
}
.rili_month_box:hover{
	color: #fff;
	background-color: #6fb3e0;
}
.rili_up_head{
	width: 191px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	min-height: 38px;
	background: #f7f7f7;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
	background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
	background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
	background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
	color: #669fc7;
}
.rili_up_head{
	overflow: hidden;
}
.rili_up_head span{
	width:30px;
	text-align: center;
	float: left;
	font-weight: 700;
	cursor: pointer;
}
.rili_up_head span:hover{
	color:#438eb9;
}
.rili_up_head strong{
	width:131px;
	text-align: center;
	float: left;
}
.unable{
	background: #e5e5e5;
	cursor: default;
	cursor: not-allowed;
}
.unable:hover{
	color:#393939;
	background: #e5e5e5;
}
.fl{
	float: left;
}
.rili_right_form{
	margin-left:20px;
	width: 305px;
}
.rili_left_form{
	margin-left:20px;
}