 div.photo{
	width: 130px;
	height: 130px;
	margin: 0px 20px 10px 0px;
	float: left;
 }
 
 div.upperDetails{
	float:left;
	width: 320px;
 }
 
 div.lowerDetails{
	clear:both;
 } 
 
 
 /*///////////////////
 //	Bit of hackery to get input boxes in Edit Mode to flat left
 */
div.upperDetails div, div.lowerDetails div{
	float:left;
	width: 320px;
 }

div.upperDetails b, div.lowerDetails b{
	display: block;
	float: left;
	width: 150px;
	clear: both;
}

div.upperDetails b{
	width: 90px;
	clear: both;
}
