
#content_pane div.field {
	margin-bottom:5px;	
	/* ie. fix: */
	height: 1%;
}

#content_pane div.field div.name {
	float:left;
	width:80px;
	font-weight:bold;
}

#content_pane div.field div.value {
	float:left;
	width:405px;
	word-wrap: break-word;
}