
input,select{
	border:0px solid #369;
	font-size:12px;
	margin:0 5px;
}
input {
	width:180px;
}
fieldset {
	margin:5px;
	padding:0 12px 12px 12px;
	border:1px solid #ff8b58;
	background-color:#e2ed8d;
}
legend {
	font-weight:bold;
}
.center {
	text-align:center;
}
.red {
	color:#F00;
}

/* 日历边框颜色  可自定义 */
#calendar_container {
	width:180px;
	border:1px solid #bfbcab;
}

/* 日历底图颜色  可自定义 */
#calendar {
	border-collapse:collapse;
	width:180px;
	height:140px;
	margin:0px auto;
	cursor:default;
	background-color:#FCF5EA;
}
#calendar td {
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	font-family:"宋体";
}

/* 星期一、二、三、四、五、六、日底色及字体颜色  可自定义*/
#calendar thead {
	background-color:#EEB230;
	color:#FFF;
}
/* 选择年月日背景及字体  可自定义 */
#calendar caption {
	background-color:#fff;
	font-size:14px;
	height:20px;
}
/* 选择年月日字体颜色 可自定义 */
#calendar a{
	color:#000;
	margin:0 5px;
	text-decoration:none;
}
#calendar #prev_month,#calendar #next_month {
	font-size:18px;
	margin:0;
}

/* 今日加重显示 可自定义 */
#calendar #c_today {
	background-color:#D7882A;
	color:#FFF;
}
#calendar .over {
	background-color:#CCC;
}
#calendar .keydate {
	color:#fff;
}