<!--
#upcontent {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	overflow-y:auto;
	/*height:200px;*/
}
#upcontent li {
	font-size:12px;
	float:left;
	width:101px;
	border:1px solid #87B7DD;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin: 5px;
}
#upcontent dt {
	height: 30px;
	line-height: 30px;
	cursor:pointer;
}
dt:hover {
	color:#FF0000;
}
#tittleup {
	font-size:14px;
	font-weight:bold;
	color:#000066;
	/*padding-left:25px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0daec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*cursor:move;*/
}
a.od {
	float:right;
	font-size:14px;
	color: #CC0000;
	text-decoration: none;
}
a.od:hover {
	color:#FF0000;
}
#fd {
	background:#EDF1F8;
	border: 2px solid #849BCA;
	margin-top:2px;
	margin-left:2px;
	float:left;
	overflow:hidden;
	position:absolute;
	left:25%;
	top:25%;
	float:left;/*filter:alpha(opacity=50);*/
	z-index: 999999;
}

#fd_1 {
	background:#EDF1F8;
	border: 2px solid #849BCA;
	margin-top:2px;
	margin-left:2px;
	float:left;
	overflow:hidden;
	position:absolute;
	left:25%;
	top:25%;
	float:left;/*filter:alpha(opacity=50);*/
	z-index: 999999;
}
#fd_2 {
	background:#EDF1F8;
	border: 2px solid #849BCA;
	margin-top:2px;
	margin-left:2px;
	float:left;
	overflow:hidden;
	position:absolute;
	left:25%;
	top:25%;
	float:left;/*filter:alpha(opacity=50);*/
	z-index: 999999;
}
.contentup {
	padding:20px;

}
}
-->