﻿.textcounter-block
{
	width: 500px;
	/*border: solid 1px red;*/
}
	.textcounter-input
	{
		width: 500px;
	}
	.textcounter-display
	{
		display: block;
		text-align: right;
	}
		.textcounter-display .textcounter-count
		{
			font-size: 1.5em;
			font-weight: bold;
		}
			.textcounter-count.ok
			{
				color: Green;
			}
			.textcounter-count.watch
			{
				color: Purple;
			}
			.textcounter-count.warning
			{
				color: Orange;
			}
			.textcounter-count.error
			{
				color: Red;
			}
