div#reg_container {
	position: relative;
	margin: 20px 0 0 0;
	width: 900px;
	height: 450px }
div#reg_tabs {
	position: relative;
	height: 19px;
	border-bottom: 1px solid #ccc }
div#reg_pages {
	position: relative;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	border-top-style: none;
	height: 402px }
div#reg_footer {
	position: relative;
	text-align: center }

div.tab_off, div.tab_on {
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #ccc;
	border-left-style: none;
	border-bottom-style: none;
	margin-right: 0px }
div.tab_on {
	border-bottom: 1px solid #e5e5e5;
	background-color: #e5e5e5 }
div.tab_off:hover {
	background-color: #fff }
div.tab_off a, div.tab_on a {
	color: #000000;
	display: block;
	padding: 3px 5px 3px 5px }
div.tab_on a {
	font-weight: bold }

div.tab_on > a > .nonopt, div.tab_off > a > .nonopt {
	font-weight: normal;
}
div#reg_tabs div:first-child {
	border-left: 1px solid #ccc;
}

div.reg_page {
	display: none;
	position: absolute;
	left: 0;
	top: 0 }
div.reg_page_content {
	width: 900px;
	height: 360px;
	padding: 10px 15px 10px 25px;
	overflow: auto }
	html>body div.reg_page_content {
		width: 858px;
		height: 350px }
div.reg_page_content>p {
	width: 680px }
div.reg_page_footer {
	padding: 5px 10px 0 10px;
	text-align: center }

div.reg_page_content .hint {
	padding: 10px 15px;
	width: 650px;
	background-color: #ffff99;
	x-margin: 10px 0 20px 0;
}

/* on page tabs */
.tabs-container {}
.tabs-controls {
	border-bottom: 1px solid #ccc;
}
.tabs-controls h3 {
	display: block;
	font-weight: normal;
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}
.tabs-controls a {
	display: block;
	padding: 5px 12px;
}
.tabs-controls a:hover {
	background-color: #fff;
}
.tabs-controls .on a:hover {
	background-color: transparent;
}
.tabs-controls .on {
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: 1px solid #f5f5f5;
	margin: -1px 0;
}
.tabs-body {
	padding: 10px 12px 5px;
}

#nav1 h3 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
#nav1 .tabs-controls a {
	display: block;
	padding: 5px 12px;
}
