.fvError {
	position: absolute;
	cursor: pointer;
	display:run-in;
	z-index: 5000;
	white-space:pre;
	font-weight: bold;
	color: red;
}

.fvError .fvErrorText {
	font-size: 11px;
	border: 2px red solid;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: white;
}

.fvError .fvErrorBottom {
	width:0; 
	height:0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 14px solid red;
	border-bottom: 0;
	position: relative;
	top: -2px;
	left: 8px;
}

.fvError .fvErrorBottom .fvErrorBottomIn {
	width:0; 
	height:0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-top: 10px solid white;
	border-bottom: 0;
	position: relative;
	top: -14px;
	left: -5px;
}

.fvOk .fvErrorBottom .fvErrorBottomIn {
	border-top: 8px solid #33be40;
}

.fvOk .fvErrorText {
	background-color: #33be40;
}

.fvLoading .fvErrorBottom .fvErrorBottomIn {
	border-top: 8px solid #393939;
}

.fvLoading .fvErrorText {
	background-color: #393939;
	color: white;
}