div#techBox_overlay {
	position: fixed;
	height:100%;
	width:100%;
	opacity:.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0;
	left: 0; 
	top: 0; 
	z-index: 115; 
	background-color: #000
}
div#techBox_window {
	/*** Width and height are passed as query string when initiating a techbox ***/
	position: fixed;; 
	display: relative;
	z-index: 117; 
	padding: 20px;
	background-color: #fff;
	border: 4px solid #606060;
	-moz-border-radius: 15px;
	top:50%;
	left:50%;
}
img#techBox_close {
	position: absolute; 
	cursor: pointer;
	right: 10px; 
	top: 10px;
}
div#techBox_inner {
	overflow: auto;
	width: 100%;
	height: 100%;
}
h1 {
	font-family: myriad pro;
	font-size: 22px;
	border-bottom: 1px solid #dbdbdb;
}
p {
	font-family: tahoma;
	font-size: 11px;
}