.geocaptchastats {
	border: none;
	color: #000;
	font-size: 11px;
	width: 480px;
}
.geocaptchastats td,
.geocaptchastats th {
	border: none;
	padding: 3px;
	background: none;
	text-align: center;
}
.geocaptchastats tr {
	background-color: #FFF;
}
.geocaptchastats tr.alt {
	background-color: #AAA;
}

.geocaptcha_log th {
	text-align: center;
	background-color: #DDD;
	border: 1px solid #555;
}

.geocaptcha_log td{
	text-align: center;
	border: 1px solid #555;
}

.geocaptcha_log td.geo_captcha_good {
	background: #99ff99;
}

.geocaptcha_log td.geo_captcha_bad {
	background: #ff7f7f;
}