/* FORM
-------------------------------------------- */
form {}
	form ul {
		padding: 0;
		list-style: none;
	}

/* FIELDSET
-------------------------------------------- */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
	fieldset legend {
		display: none;
	}
	fieldset label {
		display: block;
		float: left;
		line-height: 15px;
		width: 145px;
	}
	fieldset .field {
		display: block;
		clear: both;
		margin: 0 0 10px 0;
	}
		fieldset .field .middleColumn {
			margin-left: 145px;
			padding: 0;
			width: 276px;
		}
			fieldset .field .validationError .required {
				margin-left: 0;
			}
		fieldset .field .required {
			clear: both;
			display: block;
			margin-left: 145px;
			width: 264px;
		}

/* IE 6 FIX */
* html fieldset .middleColumn {
	margin-left: 0 !important;
}
* html fieldset .required {
	margin-left: 0 !important;
}

/* INPUT FIELDS
-------------------------------------------- */
input.text, textarea, select {
	border: 1px solid #999999;
	color: #000000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding: 1px;
	width: 272px;
}
select {
	width: 275px;
}
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

.Actions {
	margin-left: 145px;
}

/* OPTIONS
-------------------------------------------- */
.optionset ul {
	padding: 0;
}

.optionset .middleColumn {
	clear: none;
	margin-left: 100px;
}
.optionset .middleColumn label {
	display: inline;
	float: none;
}

/* CHECKBOX OPTIONS
-------------------------------------------- */
.checkboxset ul {
	padding: 0;
}

.checkboxset .middleColumn {
	clear: none;
	margin-left: 100px;
}
.checkboxset .middleColumn label,
.checkbox label {
	display: inline;
	float: none;
}

/* LOGIN FORM
-------------------------------------------- */

/* SEARCH
-------------------------------------------- */
#SearchForm_SearchForm {
	border: 0;
	margin: 4px 10px 0 0;
	padding: 0;
	float: right;
}
	#SearchForm_SearchForm fieldset .field {
		float: left;
		display: block;
		clear: both;
		margin: 0 4px 0 0;
		height: 22px;
	}
		#SearchForm_SearchForm fieldset .field .middleColumn {
			margin-left: 0;
			padding: 0;
			width: 156px;
		}
#SearchForm_SearchForm input.text {
	background: transparent url(http://www.rotoruaonedaydeal.co.nz/themes/inforotorua/images/search-bg.png) no-repeat center center;
	border: 0;
	height: 16px;
	padding: 3px 4px;
	width: 148px;
}
#SearchForm_SearchForm input.action {
	color: #ffffff;
	background: transparent url(http://www.rotoruaonedaydeal.co.nz/themes/inforotorua/images/search-go-bg.png) no-repeat center center;
	border: 0;
	font-size: 100%;
	height: 22px;
	padding: 0;
	width: 36px;
}

/* SIDEBAR
-------------------------------------------- */

/* NEWSLETTER
-------------------------------------------- */
#NewsletterForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
	#NewsletterForm fieldset label {
		display: block;
		float: none;
		font-family: Arial, Verdana, Tahoma, Sans-serif;
		font-weight: bold;
		line-height: 17px;
		width: auto;
	}
	#NewsletterForm fieldset .field {
		display: block;
		clear: both;
		margin: 0 0 10px 0;
	}
		#NewsletterForm fieldset .field .middleColumn {
			margin-left: 0;
			padding: 0;
			width: 135px;
		}
			#NewsletterForm fieldset .field .validationError .required {
				margin-left: 0;
			}
		#NewsletterForm fieldset .field .validation,
		#NewsletterForm fieldset .field .required {
			clear: both;
			display: block;
			margin-left: 0;
			width: 123px;
		}
#NewsletterForm input.text {
	width: 131px;
}
#NewsletterForm select {
	width: 134px;
}

#OneDayDealForm {
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-top:170px;
	width: 330px;
}

#OneDayDealForm a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#OneDayDealForm a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#OneDayDealForm form input.textInput {
	color: #999999;
	font-size: 20px;
	height: 25px;
	margin: 5px 0;
	padding: 5px;
	width: 330px;
}

#OneDayDealForm form input.checkBox{
}

#OneDayDealForm form input.submit{
}


