#allcomments{
	clear: left;
	border-top: 1px dotted #ccc;
}
	#allcomments div{
		border-bottom: 2px solid #cad8dd;
		background-image: url('img/commento.gif');
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#allcomments div.spam{
			/*border: 1px solid #a00;
			border-bottom: 2px solid #a00;*/
			background-image: url('img/bgspam.gif');
			background-repeat: repeat-y;
		}
			#allcomments div.spam div{
				background-repeat: no-repeat;
				border: 0px;
			}
		#allcomments div a.delete-small,
		#allcomments div a.ok-small{
			display: block;
			width: 16px;
			height: 16px;
			margin: 1em;
			padding: 0.5em;
			border: 1px solid #ddd;
			text-indent: -9999px;
			float: left;
			background-image: url('img/high.gif');
			background-position: center;
			background-repeat: no-repeat;
			background-color: #fff;
		}

		#allcomments div a.ok-small{
			background-image: url('img/low.gif');
		}
		
		#allcomments p{
			margin-left: 100px;
		}
	#allcomments dl{
		text-align: right;
	}
		#allcomments dl dt,
		#allcomments dl dd{
			display: inline;
			color: #069;
			padding-left: 10px;
			padding-right: 20px;
			margin: 0;
		}
		#allcomments dl dt{
			font-weight: bold;
		}

#leave-comment{
	color: #069;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
	#leave-comment h3{
		margin: 0px;
		padding: 0px;
	}
	#leave-comment label{
		display: block;
		font-size: 1em;
		color: #069;
		margin-left: 5%;
	}
	
	#leave-comment #cmt-comment{
		border:1px solid #006699;
		color:#006699;
		font-size:120%;
		height:100px;
		margin-left:55px;
		margin-right:auto;
		padding:10px;
		width:600px;
	}
	
