﻿.button
{
	background-color: #563369;
}

/*  AntwForm */
table.AntwFormTop, table.AntwFormMiddle, table.AntwFormBottom, table.ButtonBar, table.GridBar
, table.AntwForm, table.AntwFormAfmelden, .gridview
{
    border-right: #563369 2px solid;
    border-top: #563369 2px solid;
    border-left: #563369 2px solid;
    border-bottom: #563369 2px solid;
}
/*  AntwForm: Tussenlagen (override bordersettings) */
table.AntwFormTop
{
    border-bottom: 0px none; 
}
table.AntwFormBottom, .gridview
{
    border-top: 0px none; 
}
table.AntwFormMiddle
{
    border-top: 0px none; 
    border-bottom: 0px none; 
}

td.AntwFormHeader, .gridviewHeader
{
	color: #563369;
	background-color: #dbbcec;
    border-bottom: 0px none; 
}
table.GridBar
{
    border-bottom: 0px none;
}

table.ButtonBar
{
    background-color:#dbbcec;
}

.textbox
{
    margin-top: 1px;
}
   
