#historyBox{
	height:auto;
	z-index: 30;
}
#historyHead{
	height:20px;
	margin: 0;
	padding:0;
	/*
	border-bottom: 1px solid black;
	*/
}
#historyTitle{
	height: 20px;
	float:left;
	cursor:move;
	text-align:left;
	line-height:20px;
	overflow:hidden;
}
.historyAction{
	height: 20px;
	width: 20px;
	float:right;
	
	text-align:center;
	font-weight:bold;
	font-size: 17px;
	line-height:20px;
	cursor:pointer;
}
#historyContent{
	height:auto;
	min-height:200px;
	padding: 5px;
	overflow:auto;
	max-height: 200px
}
#historyFooter{
	height:20px;
	margin: 0;
	/*
	border-top: 1px solid black;
	*/
}
.Check{
	width:20px;
	height: 20px;
	float:left;
}
.Title{
	height: 20px;
	line-height:20px;
	overflow:hidden;
	float:left;
}
