@CHARSET "UTF-8";

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

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

.textInputInput {
	width: 300px;
}

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