﻿
/* Special for neg-cap'cha (display:none is what counts)
   Specifying any of these classes for the captcha will work.
*/

.scnc
{
	color:#ffffff;
	background-color:#ffffff;
	display: none;
	font-size: x-small;
}

.capt
{
	color:#000000;
	background-color:#000000;
	display: none;
	font-size: xx-small;
}

.cha
{
	color:#ff0000;
	background-color:#ff0000;
	display: none;
	font-size: x-small;
}
