<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error{
	display: block;
	clear: left;
	width: 254px;
	border:1px #EDDFAF solid;
	background: #FFF2BF;
	padding: 7px 5px;
	border-radius: 5px;
	font-size: 8pt;
	margin: 39px 0 0 132px;
	line-height: 14px;
}
.error.radio-error {
    margin: 10px 0 0 -7px;
    position: absolute;
    width: 120px;
}
.error:before{
	content: '';
	display: block;
	position: absolute;
	background: url("images/bubble-tip.png");
	height: 10px;
	width: 13px;
	margin: -17px 0 0 6px;
}
.valid-yes,.valid-no{
	background-image: url("images/validate-icons.png");
	background-repeat: no-repeat;
}
.valid-no{
	background-position: right -29px;
}
.valid-yes{
	background-position: right 0;
}</pre></body></html>