#load_source {
	width:480px;
	height:auto;
	display:none;
	z-index:999;
}

#download_detail_win {
	width:480px;
	height:190px;
	background:url(../images/download_detail_bg.gif) no-repeat;
	padding:5px 10px;
}

#title{
	width:440px;
	height:15px;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	float:left;
}

#close{
	width:20px;
	height:15px;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	float:left;
}

#content{
	width:439px;
	height:150px;
	padding:0px 10px;
	overflow:auto;
	overflow-x: hidden;
	clear:both;
	margin-top:15px;
}

#content ul {
	margin:0px;
	padding:0px;
}

#content li {
	list-style-type:none;
	line-height:220%;
	padding:5px 0px;
	border-bottom:1px dotted #CCC;

}

#content p {
	line-height:150%;
	margin:0px;
	padding:0px;
}



