
body { margin: 0; }

#tightbox * {
	font-family: "Lucida Sans", Arial, sans-serif;
	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: #29c;
	background-image: url(images/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/heading_bg.gif) repeat-x center bottom;
	border-bottom: 1px solid White;
	padding: .5em;
	text-align: center;
	white-space: nowrap;
	_height: 1px;
	}

#tb-heading #tb-close {
	background: url('images/b_close.jpg') no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-top: -20px;
	width: 20px;
	}

#tb-update {
	background-color: #ccc;;
	display: block;
	margin: 0 auto;
	width: 200px; height: 200px;
	}

