﻿div#editform
{
    text-align: -moz-center;
    text-align: center;
    margin: 0 auto;    
    /*border: 1px solid #002d96;*/
	width: 600px;
}

.editform
{
    text-align: -moz-center;
    text-align: center;
    margin: 0 auto;     
	width: 600px;
}


.buttons
{
    margin: 8px 0 8px 0;  
    text-align: right;
    width: auto;
    padding: 0 8px 0 0;
}

.buttons a
{
    font-size:small;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.buttons a:link:hover, .buttons a:visited:hover
{
    text-decoration: underline;
}

.EditTable
{
    width: 100%;
    border: solid 1px #ccc;
    text-align: left;
    margin: 0 auto;
    /*border: 1px solid #002d96;	*/
}

.EditTable a:hover
{
    border: none;
}

.EditTable tr, .EditTable td
{
    height: 22px;
    padding-top: 4px;
    vertical-align: top;
    border-bottom: dotted 1px #ccc;
}
.EditTable th
{
    height: 22px;
    padding-top: 4px;
    vertical-align: top;
    background-color: #eeeeee;
    font-size: small;
    font-weight: bold;
    border: none;
    padding-left: 10px;
}
.EditTable td.LabelField
{
    width: 40%;
    text-align: right;
    padding-right: 6px;
    border-right: solid 1px #ccc;
}
.EditTable td.DataField
{
    width: 60%;
    background-color: #FFFFE1;
    padding-left: 6px;
    padding-top: 2px;
}


.no-border
{
    border: none;
}



