﻿/* Rounded borders */
table.rounded_border
{
    background:#fff;
    border:1px solid #ddd;
    border-spacing:0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom:20px;
    padding:0;
}
table.rounded_border td
{
    padding:0 4px; 
}
div.right_panel table.rounded_border td 
{
    padding:5px;
}
table.rounded_border td.middle
{
    height:100%;
    vertical-align:top;
}
    table.rounded_border td.middle .padding 
    {
        padding:5px 10px 10px;
    }
table.grey_panel
{
    background-color:#efefef;
}

