html, body {

	font-family: Trebuchet MS, Verdana, Arial;

	font-size: 12px;

	color: #151515;

	width: 100%;

	height: 100%;

	margin: 0px;

}

table, tr, td {

	height: 100%;

	vertical-align: middle;

}

#main {

	text-align: left;

	background-image: url('/images/bg.gif');

	width: 480px;

	height: 90px;

	margin: 0px;

	padding: 50px 0px 0px 40px;

}

#url {

	font-family: Verdana, Arial, Trebuchet MS;

	font-size: 11px;

	color: #666666;

	background-image: url('/images/url.gif');

	width: 396px;

	height: 15px;

	padding: 1px 2px 0px 2px;

	border: 1px solid #97A9C4;

	margin: 0px 0px 2px 0px;

	display: block;

}

.colorBox {

	width: 100%;

	height: 100%;

	background-color: #000000;

	-moz-opacity: 1;

	opacity: 1;

	-khtml-opacity: 1;

	filter: alpha(opacity=100);

	position: absolute;

	top: 0px;

	left: 0px;

	z-index: 10;

}

.overlayBox {

	width: 600px;

	height: 200px;

	background-color: #EEEEEE;

	background-image: url('/images/loading.gif');

	background-position: center center;

	background-repeat: no-repeat;

	position: absolute;

	z-index: 20;

}

.overlayBox h1 {

	font-size: 16px;

	color: #FFFFFF;

	background-color: #333333;

	margin: 0px;

	font-weight: normal;

	padding: 4px;

}

.overlayBox h1 a {

	font-family: Verdana, Trebuchet MS, Arial;

	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

	display: block;

	float: right;

	margin: 5px 3px 0px 0px;

	font-variant: small-caps;

}

.overlayBox h1 a:hover {

	text-decoration: underline;

}

.overlayBox div {

	padding: 2px 12px 2px 12px;

	border-top: 1px solid #000000;

	border-bottom: 1px solid #000000;

	margin-bottom: -1px;

	background-color: #EEEEEE;

}

.overlayBox .link {

	cursor: pointer;

}

.overlayBox div strong {

	float: right;

}