.jfVal {
	position: absolute;
	left:200;
	z-index:0;
	margin-top:-5px;
	height: 15px;
}

.jfVal .spacerBorder {
	width:210px;
	height:15px;
	float: left;
}

.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width: 0px;
	float:left;
}
.jfVal .spacerBorder .spacer {
	height: 15px;
	overflow: hidden;
}
.jfVal .spacercover {
	position:absolute;
	left:200px;
}

.jfVal .icon {
	float:left;
	width:20px; /* this is the width of the .iconbg background image + padding-left */
	position:absolute;
	left: 210px;
	overflow:visible;
}
.jfVal .iconcover {
	position:absolute;
	left:200px;
}

.jfVal .icon .iconbg {
	background: url(warning.gif) center left no-repeat;
	height:15px;
	width:100%;
	padding-top: 22px;
}

.jfVal .content {
	position:absolute;
	left:230px;
	color: red;
	font-family: Verdana, Arial, sans;
	float: left;
	width:150px;
	padding-top: 5px;

}
