.bannerr{position:absolute;right:25px;top:12px;}
.bannerl{position:absolute;left:17px;top:12px;}

a.report-abuse {
	font-size: 1.3em;
	margin: .5em auto 1em auto;
	display: block;
	width: 30em;
}

* html  div#googlejs dt strong {
	color: expression(this.onmouseover = new Function("this.className += ' hover';"),
		this.onmouseout = new Function("this.className = this.className.replace('hover', '');")
	);	
}
div#googlejs dl {
	border-bottom: 2px solid #CE1126;
}

div#googlejs dt strong {
	display: block;
	width: auto;
	height: 1%;
	background-color: #025;
	padding: 5px;
}

div#googlejs dt strong:focus, div#googlejs dt strong.hover, div#googlejs dt strong:hover, div#googlejs dt strong:hover  a, div#googlejs dt strong.hover a {
	background: #8CA5C6;
	text-decoration: none;
}
