#UserList {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: none;
	
	
	overflow: hidden;
	height: 1%;
	margin-bottom: 0px;
	width: 650px;
	}
	
	#UserList h2 { 
		background: url(/images/bg.png) repeat-x scroll bottom left #fff;
		border-bottom:1px solid #d9d9d9;
		padding: 0 10px 10px 20px;
		margin: 15px 0px 0px 0px;
		text-align:justify;
		width: 100%;
		color: #605f5f;
		height:14px;
	}
	#UserList h3 { 
		font-size: 12px;
		font-weight: normal; 
	}
	#UserList p {display: inline}
	#UserList li {float: left; display: inline;}
	#UserList li.col1 {width: 140px;}
	#UserList li.col2 {width: 120px;}
	#UserList li.col3 {width: 130px;}


		#UserList .line{ height:50px; line-height: 50px; border-bottom: 1px dashed #d9d9d9; padding:0px 20px; width:100%;}
		#UserList .line1{ height:50px; line-height: 50px; border-bottom: 0; padding:0px 20px; width:100%;}
		
			#UserList .slider { width: 100px; margin-top: 20px; }
			
.commentsLink {background: #fff url(/images/bg-side-box.png) scroll repeat-x top left;
	border: 1px solid #dadada;
	width: 650px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-left: none;
	text-align:center; padding:10px 0px;
	}
	
