ho un div che contiene una breve frase. a questo div ho messo un bordo in basso che vorrei fosse lungo quanto il testo e non quanto il contenitore.
codice:
.fot {
	margin:0px;
	padding:6px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 0.7em;
	color: #95458A;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC96BE;


}