﻿.btnCustomCommand
{
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: tahoma;
	font-size: 9pt;
	width: 50px;
	background-color: #FFFFFF;
}
.customCommandError
{
	font-family: tahoma;
	font-size: 10pt;
	color: #FF0000;
}

.customCommandMessage
{
	font-family: tahoma;
	font-size: 10pt;
	color: #009933;
}
.CustomCommand
{
	border-style: solid;
	border-width: 0px;
	background-color: #CC33FF;
}