table
{
width: 100%;
}

table tr, td
{
padding-top: 3px;
padding-bottom: 3px;
}

.required
{
font-weight: bold;
color: #990000;
}

.small
{
font-size: .8em;
}

#error_box
{
width: 92%;
padding: 7px;
padding-left: 50px;
color: #990000;
font-weight: bold;
background: url(/images/caution.gif) left no-repeat;
background-color: #FFFF99;
border:1px solid #666666;
margin-top: 2px;
margin-bottom: 5px;
}

#success_box
{
width: 92%;
padding: 7px;
padding-left: 50px;
color: green;
font-weight: bold;
background: url(/images/check.gif) left no-repeat;
background-color: #D2FFD2;
border:1px solid #666666;
margin-top: 2px;
margin-bottom: 5px;
}
