#tightbox * {
	font-size: 1em;
	margin: 0; padding: 0; 
	}



#tightbox {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	}

	

#tb-overlay {
	background-color: black;
	cursor: pointer;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	visibility: hidden;
	}



#tb-group {
	background-color: white;
	border: 1px solid black;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
	width: 200px; height: 200px;
	min-width: 200px; min-height: 200px;
	z-index: 102;
	}



#tb-loading {
	background-color: #fff;
	background-image: url(/images/web/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	}



#tb-content { padding: 2px; }



#tb-heading {
	background: White url(/images/web/heading_bg.gif) repeat-x center bottom;
	border-bottom: 1px solid White;
	padding: .5em;
	text-align: center;
	white-space: nowrap;
	_height: 1px;

	}
	
	#tb-heading h3#tb-title {
		border: 0;
		color: #fff;
	}



#tb-heading #tb-close {
	background: url('/images/web/close.gif') no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-top: -12px;
	width: 44px;
	}



#tb-update {
	background-color: #ccc;;
	display: block;
	margin: 0 auto;
	width: 200px; 
	height: 200px;
	}

