/*
CSS for thickbox pages
Author: Jason A. Butler
Author URI: http://jasonbutler42.com/
*/

/*---------------------------------------------------------------------------------*/

/*---[universal]---------------------------------------------------------*/
* {margin: 0; padding: 0;}
html, body, div {position: relative;}
body {
	font-family: Verdana, san-serif; 
	font-size: 100%; 
	color: #000;
	line-height: 100%;
	padding: 1em;
}

h2 {
	font-size: 90%;
	margin-bottom: 1em;
}
table {border-collapse: collapse;}

/*---[anchors]---------------------------------------------------------*/

.print_me {
	display: block;
	position: absolute;
	right: 2em;
	top: -1.5em;
	background: url(images/printer.png);
	height: 16px;
	width: 16px;
	text-indent: -99999px;
	overflow: hidden;
}

