Add the following to your stylesheet and adjust as desired
You will most likely have to adjust the clears in tpl_product_info_display.php for further refinement
And to border all with one border add a div that contains all items wanted inside the border

Code:
#productName {
margin: 0em 0em 0em 20em;
width: 55%;
}
#productPrices {
margin: 0em 0em 0em 22em;
width: 55%;
}
#productDescription {
border: 1px solid #cacaca;
margin: 0em 0em 0em 25em;
width: 55%;
}
#productDetailsList {
margin: 0em 0em 0em 30em;
width: 55%;
}