a.lm_addr,a.lm_addr:link,a.lm_addr:visited {
	background: #fff;
	display: block;
	color: #494949;
	text-decoration: none;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 30px;
	white-space: nowrap;
	width: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

a.lm_addr:hover {
	background: #FFEEC2;
}

