div#reg_container {
	position: relative;
	margin: 20px 0 0 0;
	width: 850px;
	height: 450px }
div#reg_tabs {
	position: relative;
	background-color: #fff;
	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 a, div.tab_on a {
	color: #000000;
	display: block;
	padding: 2px 5px 4px 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: 850px;
	height: 360px;
	padding: 10px 15px 10px 25px;
	overflow: auto }
	html>body div.reg_page_content {
		width: 808px;
		height: 350px }
div.reg_page_content>p {
	width: 630px }
div.reg_page_footer {
	padding: 5px 10px 0 10px;
	text-align: center }
