.ellipsis
{
	border: 1px solid silver;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 5em;
	-moz-binding: url("ellipsis.xml#ellipsis");
	-o-text-overflow: ellipsis;
}