html, body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #223039;
	width: 100%;
	height: 100%;
	margin: 0px;
}
table, tr, td {
	height: 100%;
	vertical-align: middle;
}
#main {
	text-align: left;
	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 #666666;
	margin: 0px 0px 2px 0px;
	display: block;
}
.colorBox {
	width: 100%;
	height: 100%;
	background-color: #000000;
	-moz-opacity: 0.2;
	opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(opacity=20);
	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;
}	

.input { border:1px solid #666666; padding:2px; height:16px; background:#f5f5f5; }
.submit { background: url('images/submit.png') repeat-x top; height:22px; border:1px solid #666666; color:#FFF; font-size:12px; font-weight:bold; }
.textarea_getcode { border:1px solid #666666; padding:2px; font-family:Arial, Helvetica, sans-serif; font-size:11px; background:#f5f5f5;}

}
