/* CUSTOM */
/*
html, body {
	background:#fff;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 100%;
	text-align:center;
}
body,
body * {
	margin: 0;
	padding: 0;
}
*/
#distance {
	width:1px;
	height:50%;
	float:left;
}
#container {
    margin:0 auto !important;
    padding: 0 !important;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	background:none;
	overflow: hidden !important;
	z-index:10002;
	float: left;
	top: 20px;
}
.close-box {
	text-align: right;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
}
.close-box a.TB_closeWindowButton {
	color: #fff !important;
	height: 20px;
	line-height: 20px;
}
.close-box a:hover.TB_closeWindowButton {
	color: #C31924 !important;
}

#flash {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	background: #fff;
	float: left;
	overflow: hidden;
}

#flashobj {
	margin: 0;
	padding: 0;
}

.flash-box,
#flash object {
	margin: 0;
	padding: 0;
	float: left !important;
	overflow: hidden;
	border: none;
}
