.box dl {
	font-size: .9em;
}
.box dt {
    float:left;
    font-weight:bold;
    margin-right: -9em;
    height: 2em;
    margin-top: 1em;
}
.box dd {
	text-align: right;
	position: relative;
	top: 1em;
	height: 2em;
}

p {line-height:1.5;padding-right:1em;}