﻿.testhead
{
    margin: 10px 0 0 0;
    padding: 5px;
    background: url(bkg_test_header.gif);
    color:black;
}

.testbody
{
padding-left: 20px;
}

.step4 table, .step4 td
{
    margin-top: 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    empty-cells: show;
    border-collapse: collapse;
}

.step4 td
{
margin-top:0;
vertical-align: top;
    border: 1px dashed silver;
}

.step4 tr:hover
{
background: #EEEEE0;
}


