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

.jfVal .spacerBorder {
	float: right;
	background: #ccc;
}

.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width: 0px;
	float:right;
}
.jfVal .spacerBorder .spacer {
	background: #f0f2f5 url(../images/f0f2f5grad.gif) bottom repeat-x;
}
.jfVal .spacercover {
	background: #eee url(../images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../images/f0f2f5grad.gif) bottom repeat-x;
}

.jfVal .icon {
	float:right;
	width:20px; /* this is the width of the .iconbg background image + padding-left */
	margin-left: -9px;
}
.jfVal .iconcover {
	background: #eee url(../images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../images/f0f2f5grad.gif) bottom repeat-x;
}

.jfVal .icon .iconbg {
	background: url(../images/warning.gif) center left no-repeat;
	height:100%;
	width:100%;
	margin-right:-9px;
}

.jfVal .content {
	color: red;
	font-family:Tahoma ;
	font-size:11px;
	vertical-align: middle;
	white-space:nowrap;
	
}
.jfVal .contentcover {
	background: #eee url(../images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../images/f0f2f5grad.gif) bottom repeat-x;
}
