﻿.CommandTable
{
	font-family: tahoma;
	font-size: 10pt;
	background-color: #ECF1D0;
	border: 1px solid #A2D3DB;
}
.CommandError
{
	font-family: tahoma;
	font-size: 9pt;
}
.CommandButton
{
	border: 1px solid #7CA600;
	background-color: #FCFFF2;
	font-family: tahoma;
	font-size: 9pt;
}
.CommandLtext
{
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 10pt;
	text-align: left;
}
.CommandRtext
{
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 10pt;
	text-align: right;
}
.CommandSuccessText
{
	font-family: tahoma;
	font-size: 10pt;
	color: #009933;
}
.Error
{
	font-family: tahoma;
	font-size: 10pt;
	color: #FF0000;
	text-align: center;
}

.Message
{
	font-family: tahoma;
	font-size: 10pt;
	color: #009933;
}
