No problem! I just tested locally and the following works.
Put this in your index.php, just before <div class="post-title">:
Code:
<div class="individualpost">
Put this just before <?php endwhile;?>
Add this into your style.css:
Code:
.individualpost {
border: 1px solid #CCC;
margin: 10px;
}
Then customize your margins, borders, etc in that CSS class. You can even do rounded corners if you like.