.jfVal {
	position: absolute;
	z-index:0;
}
.jfValcover {
	background-color: #FF0099;
	}

.jfVal .spacerBorder {
	float: left;
	background-color: #FF0099;
}

.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width: 0px;
	float:left;
}
.jfVal .spacerBorder .spacer {

}
.jfVal .spacercover {
	
}

.jfVal .icon {
	float:left;
	width:10px; /* this is the width of the .iconbg background image + padding-left */
	margin-left: -5px;
}
.jfVal .iconcover {
	
}

.jfVal .icon .iconbg {
	position:absolute;
	background: url(warning.gif) center left no-repeat;
	height:100%;
	width:100%;
}

.jfVal .content {
	color: red;
	vertical-align: middle;
	white-space:nowrap;
}
.jfVal .contentcover {
	
}

