I'm trying to create a contact list but can't wrap my head around it. I want to vertically center the detailspanel:
.contactpanel .icon
{
    background: url('http://www.alter-net.info/Person.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 14px 14px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
}
.contactpanel .detailspanel
{
    margin-left: 65px;
}
It's on JSFiddle:
I want the details (name and email) to be centered vertically inside the panel, how can I accomplish that?
 
     
     
     
     
    