/* NZ */
#logo {
	background: transparent url('/theme/2/images/logo-nz.png') no-repeat center center;
}
#searchInstructions {
	display: none;
}
#nz_postcode_wrapper {
	width: 100%;
}
.resize-form-elements #nz_postcode_wrapper, 
.sidebar #nz_postcode_wrapper {
	width: 100%;
}
#postcode_1 {
	width: 23% !important;
}
#postcode_2 {
	width: 75% !important;
}
#nz_postcode_wrapper.required {
	float: left;
	margin-right: 4px;
	width: 93%;
}
.resize-form-elements #nz_postcode_wrapper #postcode_1 {
	width: 35% !important;
}
.resize-form-elements #nz_postcode_wrapper #postcode_2 {
	width: 58% !important;
}
@media screen and (min-width: 320px)
{
	fieldset.search_box #nz_postcode_wrapper {
		width: 15.8em;
	}
}
@media screen and (min-width: 480px)
{
	div.search_box {
		background-position: 36em center;
	}
	fieldset.search_box {
		width: 36em;
	}
	.landing-page-wrapper fieldset.search_box {
		width: auto;
	}
	fieldset.search_box label {
		width: 14em;
	}
}
@media screen and (min-width: 600px)
{
	#nz_postcode_wrapper, 
	#nz_postcode_wrapper.required {
		width: 15.8em;
	}
}
@media screen and (min-width: 960px)
{
	#subject_choice .subject_levels {
		height: 260px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 260px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 296px;
	}
	#subject_choice .subject_level {
		left: 247px;
	}
	#subject_choice .larger .subject_level {
		left: 285px;
	}
	fieldset.search_box.slimline #nz_postcode_wrapper {
		width: 100%;
	}
	fieldset.search_box.slimline #postcode_1 {
		width: 30% !important;
	}
	fieldset.search_box.slimline #postcode_2 {
		width: 65% !important;
	}
	.resize-form-elements #nz_postcode_wrapper #postcode_1 {
		width: 23% !important;
	}
	.resize-form-elements #nz_postcode_wrapper #postcode_2 {
		width: 74% !important;
	}
}
@media screen and (min-width: 1600px)
{
	#subject_choice .subject_levels {
		height: 290px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 290px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 326px;
	}
	#subject_choice .subject_level {
		left: 277px;
	}
	#subject_choice .larger .subject_level {
		left: 315px;
	}
}