@CHARSET "UTF-8";
@media screen, projection {
	body {margin: 0; }

	div.nf_counter {margin: 2px auto; position: relative; width: 248px; height: 243px; border: 1px solid #dfe2d1; background-color: #f7f9ed; }
	.nf_counter div.border-top {position: absolute; font-size: 0; width: 250px; height: 4px; top: -3px; left: -1px; background: url("../img/border-top250.png") no-repeat top left; }
	.nf_counter div.border-bottom {position: absolute; font-size: 0; width: 250px; height: 4px; bottom: -4px; left: -1px; background: url("../img/border-bottom250.png") no-repeat top left; }
	.nf_counter div.content {margin: 0 8px 0 10px; }
	.nf_counter img.logo {margin: 6px 0 10px -2px; }
	.nf_counter img.pic {float: right; margin-top: 5px; }
	.nf_counter img.counter {margin-top: 3px; }
	
	.nf_counter div.box {border-top: 1px #cbccc4 dotted; margin: 5px 8px 8px 0; padding-top: 2px; }

	.nf_counter p {font: 17px/22px Tahoma, serif, SansSerif, Monospace; margin: 0; }
	.nf_counter p.green {color: #669801; }
	.nf_counter p.small {font-size: 14px; }

	.nf_counter a {
		font: 17px/22px Tahoma, serif, SansSerif, Monospace;
		color: #773875;
		margin: 0;
		padding: 4px 0 3px 0;
		font-weight: bold;
		text-decoration: none;
		padding-right: 15px;
		background: url("../../common/img/icon_link.gif") no-repeat center right;
	}
	.nf_counter a:hover {text-decoration: underline; }
}