.leftspan {
	position: relative;
	z-index: 0;
}
	
.leftspan span{
	position: absolute;
	background-color: #dee7ef;

/*	padding: 5px;
*/
	left: -246px;
	top: -100px;
	text-align: left;
	visibility: hidden;
	width: 241px;
	color: black;
	text-decoration: none;
}

.rightspan {
	position: relative;
	z-index: 0;
}
	
.rightspan span{
	position: absolute;
	background-color: #dee7ef; 
	left: 92px;
	top: -100px;
	text-align: left;
	visibility: hidden;
	width: 241px;
	color: black;
	text-decoration: none;
}

.popup_header {
	padding: 4px;
	background: rgb(0, 51, 102) url(/ereader/graphics/box_top.gif) no-repeat top left;
	color: white;
}
.popup_description {
	font-size: 90%;
	padding: 4px;

}

.top_rounded {
	width: 241px;
	margin: 0;
	background: red url(/ereader/graphics/box_top.gif) no-repeat top left;
}

.bottom_rounded {
	width: 233px;
	padding: 4px;
	margin: 0;
	background: #dee7ef url(/ereader/graphics/box_bottom.gif) no-repeat bottom left;
}

#popup_header .category
{
  font-weight: bold;
  font-size: x-small;
}


.leftspan .author {padding: 4px;; font-size:120%; font-weight:bold;}
.rightspan .author {padding: 4px;; font-size:120%; font-weight:bold;}

