.downloadItem {
	clear:both;
	height:25px;
	line-height:25px;	
}

.downloadItem .itemId {
	float:left;
	width:80px;
	padding:0 0 0 5px;
}

.downloadItem .title {
	float:left;
	width:200px;
}

.downloadItem .track {
	float:left;
	width:120px;
}

.downloadItem .date {
	float:left;
	width:130px;
}

.downloadItem .status {
	float:right;
	padding:0 5px 0 0;
}

.downloadItem .id {
	float:left;
	width:80px;
}

.downloadItem .nb {
	float:left;
	width:80px;
}

.downloadItem .detail {
	float:right;
	padding:0 5px 0 0;
}

.downloadItemHeaderBg {
	background:#3565af;
	color:#fff;
	font-weight:bold;
}

.downloadItemBg1 {
	background:#eee;
}

.downloadItemBg2 {
	background:#fff;
}


#msg {
	border:1px solid red;
	padding:10px 0 10px 10px;
	font-size:18px;
	}
	
#msg ul {
	margin:0 0 0 100px;
	}
	
#msg ul,li {
	list-style-type:none;	
	}