
#comments{
	display: block;
	width:468px;  
	padding-left:20px;   
}

#comments *{
	color:#3F3F3F;
}

#comments .dark{
	background:#FAFAFA;
}




#comments .comments{
	padding:5px;
}

#comments .comment{
	display:block;
	padding-left:20px;
	padding-top:5px;
}

#comments .date{
	font-size:9px;
	color:#AFAFAF;
}
#comments .show{
	font-size:10px;
	color:#AFAFAF;
}
#comments .show:hover{
	text-decoration:underline;
	cursor:pointer;
}
#comments .nick{
	font-weight:bolder;
	color:#7F7F7F;
}


/* comments */
#post_comment{
	display:block;
	padding-left:20px;
}

#post_comment label{
	display:block;
}
#post_comment input, #post_comment textarea{
	border:1px solid #CFC9B5;
	width:208px;
	
}

.submit input{
	width:auto !important; 
	margin-top:10px;
	border:0px !important;
}	
.submit img{
	border:0px;
}	
#add_comment,#show_comments{
	cursor:pointer;
	display: inline;

}


.redakcja{
	color:#5370BF !important;
	
}
#stadiums .redakcja{
	display:block;
	margin-top:5px;
}
.label{
	font-family:	Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:	11px;
	color:#000000;
}

.clear{
	clear:both;
	display:block;
}

#comments span.error{color:red;}
#comments span.ok{color:green;}

#comments .hidden {color:#AFAFAF;}
#comments .hidden .comment{display:none;}
#comments .hidden .nick{
	font-weight: normal;
	color:#AFAFAF;
}
