.grcMust {
	background-color:#0CF;
	font-weight:bold;
}
.grcVInteger, .grcVNumeric {
	text-align:	right;
}
.grcVDate, .grcVTime, .grcVPhone, .grcVMail, .grcVText {
	text-align: left;
}
input.grcReadOnly, input.grcResult, input.grcEmpty, input.grcAutoWidth {
	color:#000000;
	background-color:transparent;
	opacity:1;
	filter:alpha(opacity=100);
	width:80px;
	border:none;
}
.grcError {
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	display:block;
	border:2px solid #c00;
	font-style:italic;
	color:#C00;
}
input.grcAutoWidth {
	width:auto;
}
