/* CSS Document */

	
hr {
	display: none;
	}
	
	
#wizard_wrapper {
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
	height: 530px;
	position: relative;
	font-size: 12px;
	margin: 0 0 20px;
	overflow: hidden;
	}
	
#wizard_wrapper .divider {
	height: 20px;
	border-top: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: -5px;
	}
	
#wizard_wrapper .v_divider {
	width: 20px;
	margin-right: 20px;
	height: 220px;
	border-right: 1px solid #fff;
	}
	
#wizard_toolstrip {
	background: #c10e0e;
	border: 2px solid #fff;
	padding: 10px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 498px;
	}
	
* html #wizard_toolstrip {
	width: 522px;
	}
	
div > .wizard_page, #wizard_noscript {
	background: #ffc20f url(/css/images/wizard_page.jpg) no-repeat left bottom;
	padding: 20px;
	height: 450px !important;
	}
	
.wizard_page, #wizard_noscript {
	background: #ffc20f url(/css/images/wizard_page.jpg) no-repeat left bottom;
	padding: 20px;
	height: 500px;
	}
	
#wizard_noscript p {
	background: #cc0000;
	color: #fff;
	padding: 10px 20px 20px 60px;
	position: relative;
	}
	
#wizard_noscript p strong {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	top: 5px;
	left: -10px;
	}
	
	
.wizard_page h2 {
	margin: 0;
	line-height: 20px;
	font-size: 18px;
	background: #c10e0e url(/css/images/wizard_page_h2.gif) repeat-x bottom;
	margin: -20px -20px 0;
	padding: 20px;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	}
	
.wizard_page h4 {
	margin: 0 0 0 0;
	font-size: 14px;
	color: #403105;
	}
	
.wizard_page ul, .wizard_page ol {
	margin: 0px 0 15px 22px;
	padding: 0;
	}
	
.wizard_page li {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	}
	
.wizard_page ul {
	list-style-type: disc !important;
	padding-left: 20px;
	}
	
.wizard_page ul li	{
	list-style-type: disc !important;
	list-style-position: outside !important;
	}
	
.wizard_page table {
	font-size: 12px;
	}
	
.wizard_page table p {
	margin: 5px 0;
	font-size: 11px;
	}
	
.wizard_page table th {
	text-align: left;
	color: #403105;
	}
	
.wizard_page table td {
	text-align: left;
	}
	
.wizard_page label {
	line-height: normal;
	display: block;
	padding-right: 20px;
	position: relative;
	margin: 5px 0;
	min-height: 5px;
	width: 230px;
	}
	

	
	
.wizard_page label input {
	position: absolute;
	top: 0;
	right: 0;
	}
	

	
.focus {
	border: 2px solid #cc0000;
	}
	
#nzc_results {
	font-size: 14px;
	}
	
#page_1_help {
	background: #fff0c3;
	border: 1px solid #999;
	padding: 10px;
	margin: 20px 0 0 0;
	font-size: 10px !important;
	}
	
#page_1_help  li {
	font-size: 11px;
	margin: 2px 0;
	}
	
#page_1_help h4 {
	margin: 0 0 10px 0;
	}
