.fieldError{
  border: #FF0000 1px solid;
  background: #FFAAAA;
}

#secretCashCardTerms{
	display: none;
}

#errorArrow{
	position: absolute;
	width: 100px;
	opacity: 0.0;
	z-index: 50;
}

#fieldHighlighter{
	display: none;
	border: 3px solid red;
	width: 10px;
	height: 10px;
	z-index: 50;
	background-color: red;
	position: absolute;
}

#errorPanel{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
}

/*
#errorPanel .hd{
	background-color: #A00;
}

.OkButton{
	color: black !important;
	text-align: center;
}

.OkButton input{
	color: black !important;
	font-size: 11pt;
	background-color: #EEE !important;
}*/

.FieldWithError{
	border: 2px solid red;
	background-color: #DD8888;
}