#d1 ul li a {
	float: left;
	Letter-spacing: 2px;
	padding: 0 0 0 5px;
}

#d1 ul span {
	float: left;
}

.upMsg {
	position: fixed;
	width: 280px;
	height: 0;
	right: 2px;
	bottom: 0;
	background: #333;
	border: 1px solid #6699CC;
	z-index: 10
}

.upMsg .title {
	text-align: right;
}

.upMsg .title span {
	text-align: center;
	float: right;
	display: block;
	/*width: 20px;*/
	margin-right: 5px;
	cursor: pointer;
	color: #c0c0c0;
}

.upMsg .box {
	padding: 3px;
	clear: both;
}

.upMsg .box p {
	border-top: 1px solid #6699CC;
	line-height: 20px;
	border-bottom: 1px solid #6699CC;
	height: 140px;
	overflow: auto;
	color: #C0C0C0;
}

.upMsg .title span:hover {
	color: red;
}

.upMsg .msg_bottom span {
	display: block;
	text-align: right;
	margin-right: 5px;
}

.upMsg .msg_bottom span a {
	text-decoration: none;
	color: #6699CC;
}