.profile_list_line .plitem {
	border-style: solid;
	border-width: 1px;
	border-color: #66CC00;
	float: left;
	margin: -1px 5px 0px 0px;
	width: 71px;
	height: 71px;
}

.profile_list_line .username {
	border-top: 1px solid gray;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: .6;
	height: 15px;
	width: 71px;
	overflow: hidden;
	color: #FFFFFF;
	position: relative;
	bottom: 15px;
	left: 0px;
	text-align: center;
}

.text {
	border-top: 1px solid gray;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: .6;
	height: 15px;
	width: 74px;
	overflow: auto;
	color: #FFFFFF;
	position: relative;
	bottom: -76px;
	left: 1px;
	text-align: center;
}

