/* CSS Document */
/* It is reccomended that you do not make changes in this file */
/* If you whish to style the sign up page, rather create your own */

.validClassValid {
	background-color: #FFFFFF;
}
.validClassInvalid {
	background-color: #FCC;
}
.validClassEmpty {
	background-color: #000000;
}
span.invalid, span.missing {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-size: 1em;
}
span.spanTextDropdown {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	z-index: 101;
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
span.spanMatchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
span.spanNormalElement {
	background: #C0C0C0;
}
span.spanHighElement {
	background: #F16016;
	color: white;
	cursor: pointer;
}
span.noMatchData {
	color: #F16016;
	font-weight: bold;
	background-color:  #C0C0C0;
}
.faxnumber {
	background-color: #CCCCCC;
}

input {
font-family:Arial, Helvetica, sans-serif;
}
