#wrap{
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
#wrap .add-app{
	display:block;
	width:100px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#670768;
	color:#fff;
	border-radius:4px;
}

#wrap .yuyueselect{
	display:block;
	width:150px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#2894FF;
	color:#fff;
	border-radius:4px;
	clear:none;
	float:left;
	margin:2px 10px;
}

#wrap .yuyue{
	display:block;
	width:150px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#ADADAD;
	color:#fff;
	border-radius:4px;
	clear:none;
	float:left;
	margin:2px 10px;
}

#wrap .app{
	padding:10px;
	margin-top:20px;
	border:1px solid #f6f6f6;
	border-radius:4px;
}
#wrap .app p{
	height:30px;
	line-height:30px;
}

#wrap .app p strong{
	font-size:20px;
	color:#0b99d8;
}

#wrap .app dl{
	margin:10px 0;
	border:1px solid #dcdcdc;
	height:auto;
	overflow:hidden;
}

#wrap .app dl dt{
	display:block;
	height:36px;
	line-height:36px;
	background:#e6e6fa;
	text-indent:10px;
}

#wrap .app dl dt strong{
	font-size:16px;
	color:#61
}

#wrap .app dl dd{
	padding:10px;
	float:left;
}