@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
myTabs {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 400px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #333;
	width: 100%;
	height: 4000px;
	display: none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#iframe-container {
	position: absolute;
	border: 3px solid #ccc;
	z-index: 11000;
	height: 643px;
	width: 640px;
	display: none;
	margin: 0 0 0 -300px;
	left: 50%;
	background: #CCCCCC;
}
#inner-overlay {
	margin-top: 20px;
	background: #fff;
	overflow: hidden;
}
#formtarget {
	background-color: #fff;
}
label {
	display: block;
	clear: both;
	float: left;
}
input {
	display: block;
	float: left;
}
#howto {
	padding: 0 0 0 10px;
	width: 570px;
	margin: 0 0 5px 12px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border: 1px solid #ccc;
}
#howto p {
	font-size: 12px;
	clear: both;
	margin: 10px 0;
}
#howto ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 70px;
}
#howto li {
	float: left;
	margin-right: 15px;
}
#howto h2 {
	font-size: 15px;
	margin: 0;
	font-style: oblique;
	line-height: 15px;
}
#step-1 {
	width: 80px;
}
#step-2 {
	width: 80px;
}
#step-3 {
	width: 130px;
}
#step-4 {
	width: 90px;
}
#step-5 {
	width: 110px;
}
#lightbox-title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 0 0 3px;
	font-weight: bold;
	color: #333333;
}
#lightbox-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 2px 3px 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#lightbox-close-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
	text-align: center;
	display: block;
	margin: 2px 3px 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

