.button
{
	background-color: #ECE9D8;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	width: 100px;
	height: 20px;
	padding: 0 5px 0 5px;
	border-style: solid;
	border-color: #466094;
	border-width: 1px;
	cursor: pointer;
}

.textbox
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
	border-style: solid;
	border-color: #466094;
	border-width: 1px;
}

.textarea
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	border-style: solid;
	border-color: #466094;
	border-width: 1px;
}

.dbfield
{
	color: Red;
}

.datefield
{
	color: Red;
}

.senderfield
{
	color: Red;
}

.dropdownlist
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
	border-style: solid;
	border-color: #466094;
	border-width: 1px;
}

.DataGridFixedHeader
{
	background-color: #c0c0c0;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}