
form
{
    margin-left: 0px;
}

form table td, form table th
{
    padding: 3px;
}

form table th
{
    text-align: left;
    /*vertical-align: top;*/
    font-weight: bold;
    color: #777777;
    font-size: 11px;
}

fieldset{
	border: 1px solid GRAY;
}

legend{
	margin-left: 10px;
	color: #777777;
    font-size: 14px;
    font-weight: bold; 
    padding: 0px 4px;   
}

h1 
{
    margin-top: 25px;
    font-size: 2em;
}

h2 
{
	font-size: 1.7em;
}

h1, h2
{
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: normal;
    color: #339933;
}

:root h1
{
    margin-top: 5px;
}

h1.formhead
{
    padding-bottom: 8px;
    /*border-bottom: 1px #cccccc dotted;*/
    text-transform: uppercase;
    font-weight: normal;
    color: #339933;
    background: url(../img/dot.gif) repeat-x bottom;
}


div.error
{
    font-weight: bold;
    color: red;
    margin-bottom: 8px;
}

table.data th
{
    background-color: #F0F0F0;
    border-bottom: 1px #CCCCCC solid;
}

table.data th, table.data td
{
    padding: 3px;
}

table.data
{
    border-spacing: 1px;
    vertical-align: middle;
}

.center
{
    text-align: center;
}

.middle
{
    vertical-align: middle;
}

.left
{
    text-align: left;
}


.width_40
{
    width: 40%;
    text-align: center;
    vertical-align: middle;
}


.width_20
{
    width: 20%;
    text-align: center;
    vertical-align: middle;
}


.width_10
{
    width: 10%;
    text-align: center;
    vertical-align: middle;
}



.width_5
{
    width: 5%;
    text-align: center;
    vertical-align: middle;
}

