﻿div.Form, table.Form
{
    background: #ceedfc;
    border: 1px solid #a5cee0;
    color: black;
    line-height:1em;    
    padding: 10px;
}

table.Form td.ButtonCell
{
	padding-top: 10px;	
	text-align: center;
}

table.Form td.DataCell
{
	padding-top: 0px;
}

table.Form td.RowHeader
{
	padding-top: 10px;
	width: 100px;
}
