/* FORM */

#commentForm{
	width: 330px;
}
legend{
	font-size: 14px;
	color: #008a57;
	font-weight: normal;
}
label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 7px;
	display: inline-block;
}
input, textarea{
	color: #666;
	background: #fff;
	border: 1px solid #b9b5a8;
	width: 165px;
}
input.peq{
	width: 44px
}
input.med{
	width: 114px
}
.comentarios{
	height: 70px;
}
form p{
	margin: 0 0 12px 0;
}
form p.ast{
	margin: 10px 0 10px 155px;
}
.submit input{
	margin-left: 105px;
	width: 170px;
}

/**/

form.cmxform label.error, label.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align: left;
	width: 200px;
}
div.error{
	display: none;
}
input:focus{
	border: 1px dotted black;
}
input.error, textarea.error{
	border: 1px dotted red;
}
#commentForm label.error{
	margin-left: 120px;
	padding: 0 0 10px 0;
}

/**************/
.thanks{
	width: 330px;
	margin: 20px 0 0 8px;
}