<!-- GENERAL -->
	.ecomadmin-tinytext
	{
		font-size: 9px;
		line-height: 13px;
	}
	.ecomadmintinytext
	{
		font-size: 9px;
		line-height: 13px;
	}
	.ecomadmin-notice
	{
		color:#FF0000;
	}
	.ecomadminnotice
	{
		color:#FF0000;
	}
	.ecomadmintitle
	{
		color: #660000;
		font-size: 14px;
		line-height: 18px;
	}
	
<!-- FORM TABLE -->
	.formtable
	{
		border: thin solid #0e1b8d;
	}
	.formtable-headertd
	{
		background-color: #0e1b8d;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		border: solid #0e1b8d;
	}
	.formtable-headernote
	{
		color: #fcff00;
	}
	.formtable-td
	{
		background-color: #ccccff;
	}
	.formtable-highlighttd
	{
		background-color: #D9D9FD;
	}
	
<!-- LIST TABLE -->
	.listtable
	{
		border: thin solid #0e1b8d;
	}
	.listtable-headertd
	{
		background-color: #0e1b8d;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		border: solid #0e1b8d;
	}
	.listtable-headernote
	{
		color: #fcff00;
	}
	.listtable-td
	{
		background-color: #ccccff;
	}
	.listtable-highlighttd
	{
		background-color: #D9D9FD;
	}
