/*
 * CSS for HoverBox, Version 0.1
 * Inspired by Thickbox by Cody Lindley (http://www.codylindley.com)
 * Copyright (c) 2007 Brent Broome
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
#hbOverlay { position: absolute; z-index: 101; display: none; top: 0px; left: 0px; height:100%; width:100%; background-color: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

.hbWindow { position: absolute; z-index: 120; display: none; color: #666; text-align: left; top: 50%; left: 50%; overflow: hidden; }

.hbClose { margin: 0 0 -5px 0; text-align: right; }

.hbContent{ text-align: left; line-height: 1.4em; }
