/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}
#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}
#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}
#superbox {
	margin:0 auto;
	padding:0;
}
#superbox-container .loading {
	margin:0;
	text-align:center;
}
/* IE7 */
*:first-child+html #superbox-container {
	position:absolute;
	top:50%;
	display:block;
	height:auto;
}
*:first-child+html #superbox {
	position:relative;
	top:-50%;
	display:block;
}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container {
	position:absolute;
	top:50%;
	display:block;
	height:auto;
}
* html #superbox {
	position:relative;
	top:-50%;
	display:block;
}
* html #superbox-overlay {
	position:absolute;
height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}
* html #superbox-wrapper {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* Default Theme */
#superbox-overlay {
	background:#000;
}
#superbox-container .loading {
	text-align:center;
	font-size:40px;
	color:#fff;
}
#superbox {
    font-family: 'Lucida Grande';
	font-size:14px;
	color:#1b1b1d;
	padding:15px;
	background:#FFF;
	border:1px #000000 solid;
	position:relative;
	background:#d7d7d7;
}
#superbox-innerbox {
	padding:0px 0;
}
#superbox.image {
	text-align:center;
}
#superbox .close, #superbox .nextprev {
	margin:0;
}
#superbox .close a {
	float:right;
	background:url(../images/cancel.png) no-repeat;
	cursor:pointer;
	height:48px;
	width:48px;
	text-indent:-99999px;
	margin-bottom:-40px;
	margin-top:-45px;
	margin-right:-45px;
	left:0px;
	position:relative;
	z-index:5000000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#superbox .close a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#superbox .close a span {
	color:#fff;
	text-indent:-99999px;
}
/************************************/
#superbox h3 {
    font-family: 'lucida_grandebold';
	font-size:20px;
	color:#1b1b1d;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:8px;
}
#superbox h4 {
    font-family: 'lucida_grandebold';
	font-size:14px;
	color:#1b1b1d;
	text-transform:uppercase;
	margin-bottom:8px;
}

#superbox table {
	margin-top:20px;
}
#superbox table td {
	line-height:27px;
}
#superbox table input[type="text"] {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	height:27px;
	width:95%;
	padding:0px 3px;
	margin-bottom:4px;
	background:#FFF;
	box-shadow: 1px 1px 3px #666666;
}
#superbox table textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	height:120px;
	width:95%;
	padding:2px 3px;
	margin-bottom:4px;
	background:#FFF;
	box-shadow: 1px 1px 3px #666666;
}
