/* CSS Document */


#QLbottom{
	clear:both;
	border: 1px solid #ccc;
	height:110px;
	padding:5px;
	background-color:#ffffff;
}
#QLbottom #QLinfo{
	width:19%;
	float:left;
}
#QLbottom #QLinfo ul{
	font-weight: bold;
	list-style-position: inside;
	margin:0;
	padding:5px 0 5px 10px;
	text-align:left;
}
#QLbottom #QLinfo li{
	list-style-type: square;
	font-weight: normal;
	text-align:left;
}
#QLbottom-search{
	clear:both;
	padding:6px;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFCC;
}
#QLbottom-text{
	text-align:center;
	padding:30px;
	background-color:#ffffff;
}


