body, table, td {
	background: #FFFFFF;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #999999;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: 200%/80%;
	letter-spacing: -3px;
}
div#wrapper {
	width: 780px;
	height: 600px;
	margin-left: -390px;
	margin-top: -320px;
	position: absolute;
	left: 50%;
	top: 50%;
}
div#wrapperTY {
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
div#dlink {
	width: 180px;
	height: 28px;
	text-align: left;
	margin: 10px auto;
}
div#dlink img {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
	height: 24px;
}

/*=================================
LEIGHTBOX
=================================*/
a img#popupX {
	background: url(images/popup_CLOSE.gif) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	position: absolute;
	top: -10px;
	right: -10px;
	border: 0;
	z-index: 55555;
}
.ie a img#popupX {
	bottom: 104px;
}
a:hover img#popupX {
	background: url(images/popup_CLOSE.gif) -20px 0 no-repeat;
}
a:active img#popupX {
	background: url(images/popup_CLOSE.gif) -40px 0 no-repeat;
}
.popup {
	color: #333;
/* toggle display to show/hide the popups when designing & previewing */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -200px;
	width: 350px;
	height: 280px;
	padding: 0;
	border: 1em solid #EEEEEE;
	background: #FFFFFF;
	z-index:1001;
	overflow: none;	
}
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.80;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }




.popup .text {
	width: auto;
	margin: 0 1em;
}

.popup table td {
	padding: 3px;
}
form input {
	background: #FFFFFF;
	border: 1px dotted #CCCCCC;
	color: #333333;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	float: right;
}
form input#button {
	background: #EEEEEE;
	border: 2px outset #CCCCCC;
	color: #333333;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}
form input#button:hover {
	background: #FFFFFF;
}
form input#button:active {
	background: #FFFFFF;
	border: 2px inset #CCCCCC;
}
