.jfVal {
	position: absolute;
	z-index:0;
}
.jfVal .spacerBorder {
	float: left;
	background: #ccc;
}
.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width: 0px;
	float:left;
}
.jfVal .spacerBorder .spacer {
	background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
}
.jfVal .spacercover {
	background: #eee url(eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
}

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

.jfVal .icon .iconbg {
	position:absolute;
	background: url(warning.gif) center left no-repeat;
	height:100%;
	width:140px; /* alterado por Edison Xavier */
}

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