﻿div.recipient_row 
{
    height: 22px;
    padding-bottom: 8px;
}

div.recipient_row div.name
{
    width: 190px;
    height: 22px;
    margin-right: 6px;
    float: left;
}

div.recipient_row div.email
{
    width: 190px;
    height: 22px;
    margin-left: 6px;
    float: left;
    text-align: center;
}

div.recipient_row div.delete
{
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    float: left;
    text-align: center;
}
div.recipient_row div.delete input
{
    position: absolute;
    top: 3px; left: 6px;
}
