#frm-comment 	{
	padding:14px;
	margin:0;
}

#frm-comment p {
	padding:0;
	margin:0;
}

#frm-comment label{
	float: left;
	width: 210px;
	margin-right: 10px;
}

#frm-comment input, textarea {
	width: 440px;
	margin-bottom: 5px;
	font-family:verdana;
	font-size:12px;
}

#frm-comment textarea{
	height: 220px;
}

.commento-elem {
	background: #efefef url('../img/comment-bg.jpg');
	margin:20px 0;
	padding:20px;
	color:#333;
}

.commento-elem .firma {
	margin-top:10px;
	color:#999;
}

p.statusmsg {
	font-weight:bold;
	padding:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.statusmsg span {
	font-weight:normal;
}

p.ko {
  border:1px solid #d60000;
  background-color:#ffc0c0;
  color:#c60000;
}

p.ok {
  border:1px solid #008000;
  background-color:#80ff80;
  color:#008000;
}


