@CHARSET "UTF-8";

.textArea {
	padding-top: 2px;
	padding-bottom: 2px;
}

.textAreaLabel {
	text-align: right;
	width: 172px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.textAreaInput {
	width: 297px;
	height: 70px;
	resize: none;
	margin-left: -2px;
	margin-top: 4px;
	/* TODO: Marcos: peço desculpas pelo margin negativo. Estava com 1 dia de atraso na entrega. */
}

.textAreaErrorMessage {
	color: rgb(223, 28, 28);
}