#frm-comment, #frm-comment p {
	padding:0;
	margin:0;
	border:0;
	background-color:transparent;	
	text-align: left;
}

#frm-comment label{
	float: left;
	width: 140px;
	font-weight: bold;
}

#frm-comment input, textarea {
	width: 420px;
	margin-bottom: 5px;
	font-size: 13px;
	color:#444;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#frm-comment textarea{
	width: 420px;
	height: 190px;
	font-size: 13px;
}

#captcha {
	width:130px!important;
	font-size: 16px!important;
	letter-spacing: 6px;
}

.firma a {
	text-decoration: underline;
}

.commento {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#e4e4e4;
	padding:4px 12px;
	margin-top: 10px;
	line-height: 18px;
}

#captcha-comment {
	margin-left:140px;
}