/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul, ol {margin:0; padding:0;}
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none !important } /* Gets rid of IE's blue borders */


#content a:link, #content a:visited, .collectionsintro a:link, .collectionsintro a:visited {
	color: #98339b;
	border-bottom: 1px #98339b dotted;
	}
	
#content a:focus, #content a:hover, #content a:active, .collectionsintro a:focus, .collectionsintro a:hover, .collectionsintro a:active {
	color: #983300;
	border-bottom: 1px #983300 solid;
	}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background: #8FC63E url(images/bg.png) fixed repeat-x;
	}
	
#wrapper {
	width: 950px;
	margin: 1em auto;
	position: relative;
	}

#header #logo {
	margin: 25px 0 60px 0;
	border: none !important;
	}
	
#header h2.tel {
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
	font-size: 2em;
	}

#main {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 7px #111;
	-webkit-box-shadow: 2px 2px 7px #111;
	box-shadow: 2px 2px 7px #111;
	padding: 5px 15px 0 15px;
	background: #dce8f7 url("images/wrapperbg.gif") bottom no-repeat;
	height: 420px;
	margin-bottom: 20px;
	}
	
#main.stage2 {
	background: #dce8f7 url("images/wrapperbg2.gif") bottom no-repeat;
	}
	
#main.main {
	background: #fff;
	padding: 5px 0;
	height: auto;
	min-height: 1200px;
	}
	
#main.page {
	background: #fff;
	padding: 5px 0;
	height: auto;
	}
	
#main.main:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both; visibility:hidden; }

#links:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both; visibility:hidden; }
	
h2 {
	font-size: 1.7em;
	color: #585858;
	font-weight: normal;
	margin: 10px 15px;
	}
	
h2 span {
	font-weight: bold;
	color: #62ae25;
	}
	
form#home, .text, #links {
	width: 600px;
	background-color: #8FC63E;
	margin: 20px 15px;
	color: #fff;
	font-size: 1.6em;
	padding: 10px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#links {
	width: 520px;
	-moz-box-shadow: 1px 1px 7px #111;
	-webkit-box-shadow: 1px 1px 7px #111;
	box-shadow: 1px 1px 7px #111;
	}
	
form#home p {
	line-height: 1.7em;
	}
	
.text {
	font-size: 1.2em;
	}

.text p {
	margin-bottom: 7px;
	line-height: 1.4em;
	}
	
.text h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	}
	
.text ul {
	margin: 0 25px;
	}
	
.text ul li {
	margin: 0 0 4px 0;
	}
	
#postcodeform {
	padding: 20px 0;
	font-size: 0.8em;
	}
	
#postcodeform label {
	margin-right: 10px;
	font-weight: bold;
	}
	
#postcodeform input {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 3px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #585858;
	}
	
#postcodeform button {
	background-color: #d6f66e;
	font-size: 0.9em;
	font-weight: bold;
	color: #585858;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 0 7px;
	-moz-box-shadow: 1px 1px 7px #111;
	-webkit-box-shadow: 1px 1px 7px #111;
	box-shadow: 1px 1px 7px #111;
	background: transparent url(images/buttonbg-small2.gif) top left repeat-x;
	cursor: pointer;
	position: absolute;
	z-index: 10000;
	height: 27px;
	}
	
	
#postcodeform button:hover {
	outline: none;
	background-position: bottom;
	}
	
#postcodeform .rem {
	margin-top: 12px;
	}
	
#streets {
	margin: 15px 15px;
	font-size: 1.2em;
	background-color: #eee;
	padding: 4px;
	overflow-y: scroll;
	height: 300px !important;
	width: 470px;
	position: relative;
	}
	
#streets ul li {
	margin: 0 0 4px 0;
	list-style-image: url(images/bullet.gif);
	}
	
#streets ul li a:link, #streets ul li a:visited {
	color: #585858;
	text-decoration: none;
	}
	
#streets ul li a:focus, #streets ul li a:hover, #streets ul li a:active {
	text-decoration: underline;
	}
	
#infopanel {
	width: 100%;
	height: 310px;
	margin: 25px 0;
	background: #fff url(images/intropanel-bg2.gif) top left repeat-x;
	padding-top: 20px;
}

#infopanel > div {
	width: 290px;
	margin: 20px 0;
	padding: 0 12px;
	float: left;
	border-right: 1px #ccc solid;
	height: 270px;
	}
	
#infopanel > div.last {
	border: none;
	}
	
.main h3 {
	color: #62ae25;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 4px;
	}
	
#infopanel > div h3 a:link, #infopanel > div h3 a:visited {
	color: #62ae25;
	padding-bottom: 250px;
	margin: 0 auto;
	}
	
#infopanel > div h3 a#brown {
	background: transparent url(images/secondbrown.png) center no-repeat;
	}
	
#infopanel > div h3 a#green {
	background: transparent url(images/secondgreen.png) center no-repeat;
	}
	
#infopanel > div h3 a#bulky {
	background: transparent url(images/bulkywaste.png) center no-repeat;
	}
	
#infopanel > div h4 {
	font-weight: normal;
	font-size: 1.3em;
	}
	
#infopanel > div p {
	font-weight: normal;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	}
	
#infopanel > div p.intro {
	font-size: 1.1em;
	margin: 0 !important;
	}
	
ul.collections {
	list-style-type: none;
	margin: 15px 0;
	}
	
ul.collections li {
	padding: 7px 0 7px 55px;
	height: 40px;
	}
	
ul.collections li.black {
	background: transparent url(images/blackbin.png) left no-repeat;
	}
	
ul.collections li.blue {
	background: transparent url(images/bluebin.png) left no-repeat;
	}
	
ul.collections li.brown {
	background: transparent url(images/brownbin.png) left no-repeat;
	}
	
ul.collections li.green {
	background: transparent url(images/greenbin.png) left no-repeat;
	}
	
ul.collections li a:link, ul.collections li a:visited {
	color: #111;
	font-size: 1.1em;
	}
	
ul.collections li a:focus, ul.collections li a:hover, ul.collections li a:active {
	text-decoration: underline;	
	}
	
ul.collections li#calendar, ul.collections li#emails {
	height: auto;
	padding: 0 0 7px 20px;
	margin-left: 35px;
	}
	
ul.collections li#calendar {
	margin-top: 10px;
	}
	
#calendar {
	padding-left: 20px;
	background: transparent url(images/calendar.png) left center no-repeat;
	}
	
#emails {
	padding-left: 20px;
	background: transparent url(images/email.png) left center no-repeat;
	}
	
#col1 {
	width: 280px;
	margin: 20px 0;
	padding: 0 22px 0 12px;
	float: left;
	}
	
#col2 {
	width: 630px;
margin: 20px 0;
	padding: 0;
	float: left;
	}

.innercol {
	width: 290px;
	float: left;
	padding: 0 12px;
	border: none;
	}
	
.innercol.last {
	border-left: 1px #ccc solid;
	}
	
#col1 address {
	font-size: 1.1em;
	margin: 12px 2px;
	line-height: 1.3em;
	}
	
#col1 #directions {
	margin-bottom: 12px;
	}
	
#col1 #directions a:link, #col1 #directions a:visited {
	color: #62ae25;
	font-size: 1.15em;
	font-weight: bold;
	padding: 2px 25px 2px 0;
	background: transparent url(images/pin.png) right no-repeat;
	font-weight: normal;
	}
	
#col1 #directions a:focus, #col1 #directions a:hover, #col1 #directions a:active {
	text-decoration: underline;
	}
	
#opening {
	width: 85%;
	margin: 17px 0 25px 0;
	}
	
#opening .header {
	text-indent: -1000em;
	position: absolute;
	}

#opening th {
	font-weight: bold;
	padding-bottom: 4px;
	}
	
#opening td {
	text-align: right;
	padding-bottom: 4px;
	}
	
#wastetypes h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 7px 0;
	}
	
#wastetypes ul {
	list-style-type: none;
	margin: 12px 0;
	}
	
#wastetypes ul li {
	float: left;
	width: 45%;
	line-height: 1.6em;
	padding-bottom: 4px;
	}
	
#more p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 7px;
	}
	
#more a:link, #more a:visited {
	color: #62ae25;
	}
	
#more a:focus, #more a:hover, #more a:active {
	text-decoration: underline;
	}
	
.sidepanel {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 7px #111;
	-webkit-box-shadow: 1px 1px 7px #111;
	box-shadow: 1px 1px 7px #111;
	padding: 15px 7px 20px 7px;
	background-color: #99cb39;
	background: -webkit-gradient(linear, left top, left bottom, from(#99cb39), to(#7ebd2d));
	background: -moz-linear-gradient(top,  #99cb39,  #7ebd2d);
	margin-bottom: 17px;
	}
	
.sidepanel h3 {
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 12px;
	}
	
.sidepanel ul, #links ul {
	margin: 12px 0;
	list-style-type: none;
	}
	
#links ul {
	font-size: 0.7em;
	}
	
.sidepanel ul li, #links ul li {
	padding: 2px 0;
	}
	
#links ul li {
	display: block;
	width: 40%;
	float: left;
	}
	
.sidepanel ul li a:link, .sidepanel ul li a:visited {
	color: #444 !important;
	}
	
#links ul li a:link, #links ul li a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
#links ul li a:focus, #links ul li a:hover, #links ul li a:active {
	border-bottom: 1px solid #fff;
	}
	
.innercol.last a:link, .innercol.last a:visited {
	font-size: 1.1em;
	color: #000;
	}
	
.innercol.last a:focus, .innercol.last a:hover, .innercol.last a:active {
	text-decoration: underline;
	}
	
#freecycle, #news {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 7px #111;
	-webkit-box-shadow: 1px 1px 7px #111;
	box-shadow: 1px 1px 7px #111;
	padding: 15px 7px 20px 7px;
	background-color: #fff;
	margin-bottom: 17px;
	z-index: 10000;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ececec));
	background: -moz-linear-gradient(top,  #fbfbfb,  #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ececec');
	}

#freecycle img {
	margin: 10px 30px;
	}
	
#recyclingfinder {
	padding: 5px 0;
	clear: both;
	}
	
#recyclingfinder h3 {
	padding: 20px 12px 15px 12px;
	}
	
#recyclingfinder form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 7px #111;
	-webkit-box-shadow: 1px 1px 7px #111;
	box-shadow: 1px 1px 7px #111;
	padding: 70px 0 70px 0;
	background: #99cb39 url(images/recycleforstaffs.png) 95% 90% no-repeat;
	margin-right: 15px;
	}
	
.finderlbl {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 160px;
	margin: 0 0 20px 70px !important;
	}
	
#recyclingfinder form input, #recyclingfinder form select {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 3px;
	margin: 0 10px 20px 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #585858;
	width: 300px;
	font-size: 1.2em;
	}
	
.finderbtn {
	margin: 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent url(images/buttonbg-large2.gif) bottom left repeat-x;
	border: 2px solid #fff;
	padding: 0 10px;
	height: 40px;
	color: #111;
	font-size: 1.3em;
	cursor: pointer;
	text-shadow: 0px 0 0px #ddd;
	}
	
.finderbtn:hover {
	background-position: top;
	}
	
#recyclingfinder form p.submit {
	text-align: center;
	}
	
#col {
	float: left;
	width: 155px;
	padding: 10px 15px;
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 	margin: 10px;
	}
	
#col h3 {
	margin: 0;
	padding: 0 0 12px 0;
	color: #8dba43;
	}
	
#col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#col ul li {
	padding: 8px 0;
	border-bottom: 1px solid #dfdfdf;
	}
	
#col a:link, #col a:visited{
	color: #111;
	text-decoration: none;
	}
	
#col a:focus, #col a:hover, #col a:active {
	text-decoration: underline;
	} 
	
#content {
	margin-left: 220px;
	padding: 0 0 20px 0
	}
	
#content.wide {
	margin-left: 20px !important;
	}

#content h2 {
	color: #8dba43;
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding: 0 0 17px 0;
	margin-left: 0;
	font-weight: bold;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 1.5em;
	font-size: 1.1em;
	}
	
#content h3 {
	margin: 0 0 12px 0;
	line-height: 1.5em;
	font-size: 1.5em;
	font-style: normal;
	color: #222;
	}
	
#content ul {
	font-size: 1.1em;
	margin: 14px 22px;
	}
	
#content ul li {
	margin: 0 0 4px 0;
	list-style-image: url(images/bullet.gif);
	}

.rightalign, .alignright  {
	float: right;
	margin: 0 1em 1.2em 1em;
	padding: 4px;
	border: 1px #ccc solid;
	}
	
ul.greenboxes {
	list-style-type: none;
	margin: 0 120px 20px 0 !important;
	}
	
ul.greenboxes li {
	display: inline-block;
	width: 100px !important;
	height: 40px !important;
	text-align: center;
	margin: 10px !important;
	padding: 105px 0 0 0 !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	overflow: visible !important;
	zoom:1;
	*display:inline;
	}
	
ul.greenboxes li.paper {
	background-image:url(http://www.lichfielddc.gov.uk/images/paper_1_.jpg) !important;
	}
	
ul.greenboxes li.envelopes {
	background-image: url(http://www.lichfielddc.gov.uk/images/envelopes.jpg) !important;
	}
	
ul.greenboxes li.newspapers {
	background-image: url(http://www.lichfielddc.gov.uk/images/newspapers.jpg) !important;
	}
	
ul.greenboxes li.magazines {
	background-image: url(http://www.lichfielddc.gov.uk/images/magazines.jpg) !important;
	}

ul.greenboxes li.directories {
	background-image: url(http://www.lichfielddc.gov.uk/images/directories.jpg) !important;
	}
	
ul.greenboxes li.mail {
	background-image: url(http://www.lichfielddc.gov.uk/images/mail.jpg) !important;
	}
	
ul.greenboxes li.cards {
	background-image: url(http://www.lichfielddc.gov.uk/images/cards.jpg) !important;
	}
	
ul.greenboxes li.wrapping {
	background-image: url(http://www.lichfielddc.gov.uk/images/wrapping_1_.jpg) !important;
	}
	
ul.greenboxes li.sleeves {
	background-image: url(http://www.lichfielddc.gov.uk/images/sleeves.jpg) !important;
	}

ul.greenboxes li.boxes {
	background-image: url(http://www.lichfielddc.gov.uk/images/boxes.jpg) !important;
	}

ul.greenboxes li.paperbags {
	background-image: url(http://www.lichfielddc.gov.uk/images/paperbags.jpg) !important;
	}

ul.greenboxes li.plates {
	background-image: url(http://www.lichfielddc.gov.uk/images/plates.jpg) !important;
	}
	
ul.greenboxes li.looroll {
	background-image: url(http://www.lichfielddc.gov.uk/images/looroll.jpg) !important;
	}
	
ul.greenboxes li.egg {
	background-image: url(http://www.lichfielddc.gov.uk/images/egg.jpg) !important;
	}
	
ul.greenboxes li.tubs {
	background-image: url(http://www.lichfielddc.gov.uk/images/tubs.jpg) !important;
	}
	
ul.greenboxes li.pots {
	background-image: url(http://www.lichfielddc.gov.uk/images/pots.jpg) !important;
	}
	
ul.greenboxes li.carrier {
	background-image: url(http://www.lichfielddc.gov.uk/images/carrier.jpg) !important;
	}
	
ul.greenboxes li.pplates {
	background-image: url(http://www.lichfielddc.gov.uk/images/pplates.jpg) !important;
	}

ul.greenboxes li.plant {
	background-image: url(http://www.lichfielddc.gov.uk/images/plant.jpg) !important;
	}
	
ul.greenboxes li.containers {
	background-image: url(http://www.lichfielddc.gov.uk/images/containers.jpg) !important;
	}
	
ul.greenboxes li.pfoodtrays {
	background-image: url(http://www.lichfielddc.gov.uk/images/pfoodtrays.jpg) !important;
	}
	
ul.greenboxes li.foil {
	background-image: url(http://www.lichfielddc.gov.uk/images/foil.jpg) !important;
	}

ul.greenboxes li.toys {
	background-image: url(http://www.lichfielddc.gov.uk/images/toys.jpg) !important;
	}
	
ul.greenboxes li.aerosol {
	background-image: url(http://www.lichfielddc.gov.uk/images/aerosol.jpg) !important;
	}
	
ul.greenboxes li.tetrapak {
	background-image: url(http://www.lichfielddc.gov.uk/images/tetrapak.jpg) !important;
	}
	
ul.greenboxes li.atrays {
	background-image: url(http://www.lichfielddc.gov.uk/images/atrays.jpg) !important;
	}
	
ul.greenboxes li.dcans {
	background-image: url(http://www.lichfielddc.gov.uk/images/dcans.jpg) !important;
	}

ul.greenboxes li.tcans {
	background-image: url(http://www.lichfielddc.gov.uk/images/tcans.jpg) !important;
	}

ul.greenboxes li.jars {
	background-image: url(http://www.lichfielddc.gov.uk/images/jars.jpg) !important;
	}

ul.greenboxes li.dbottle {
	background-image: url(http://www.lichfielddc.gov.uk/images/dbottle.jpg) !important;
	}
	
ul.greenboxes li.glasses {
	background-image: url(http://www.lichfielddc.gov.uk/images/glasses.jpg) !important;
	}
	
ul.greenboxes li.glasses {
	background-image: url(http://www.lichfielddc.gov.uk/images/glasses.jpg) !important;
	}
	
ul.greenboxes li.cartons {
	background-image: url(http://www.lichfielddc.gov.uk/images/cartons.jpg) !important;
	}

ul.greenboxes li.gbottles {
	background-image: url(http://www.lichfielddc.gov.uk/images/gbottles.jpg) !important;
	}
	
ul.greenboxes li.detergent {
	background-image: url(http://www.lichfielddc.gov.uk/images/detergent.jpg) !important;
	}

ul.greenboxes li.leaves {
	background-image: url(http://www.lichfielddc.gov.uk/images/leaves.gif) !important;
	}

ul.greenboxes li.weeds {
	background-image: url(http://www.lichfielddc.gov.uk/images/weeds.gif) !important;
	}

ul.greenboxes li.grass {
	background-image: url(http://www.lichfielddc.gov.uk/images/grass_1_.gif) !important;
	}

ul.greenboxes li.branches {
	background-image: url(http://www.lichfielddc.gov.uk/images/branches.gif) !important;
	}

ul.greenboxes li.plants {
	background-image: url(http://www.lichfielddc.gov.uk/images/plants.gif) !important;
	}

ul.greenboxes li.veg {
	background-image: url(http://www.lichfielddc.gov.uk/images/veg.gif) !important;
	}

ul.greenboxes li.dairy {
	background-image: url(http://www.lichfielddc.gov.uk/images/dairy.gif) !important;
	}

ul.greenboxes li.meat {
	background-image: url(http://www.lichfielddc.gov.uk/images/meat.gif) !important;
	}
	
ul.greenboxes li.shells {
	background-image: url(http://www.lichfielddc.gov.uk/images/shells.gif) !important;
	}

ul.greenboxes li.food {
	background-image: url(http://www.lichfielddc.gov.uk/images/food_1_.gif) !important;
	}

#bc {
	list-style-type: none;
	margin: 0;
	padding: 0 0 7px 4px;
	display: block;
	border-bottom: 1px dotted #dfdfdf;
	margin: 10px 17px 0 0 !important;
	}
	
#bc li {
	display: inline;
	padding: 0 4px 0 0;
	}
	
#bc li a {
	background: #fff url(images/arrow.gif) right center no-repeat;
	padding: 0 14px 0 0;
	color: #98339b;
	}
	
#bc li.end {
	border: none;
	}
	
#postcodebox {
	background-color: #FFF1A8;
	position: absolute;
	right: 5px;
	padding: 7px;
	top: 65px;
	}
	
#message {
	background-color: #FFF1A8;
	padding: 12px;
	margin-bottom: 17px;
	}

#message h2 {
	margin: 0 0 12px 0;
	}

#message p {
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
.genericform .req {
	color: red;
	font-size: 0.8em;
	}
	
.genericform .fieldset {
	margin: 0 15px 22px 0;
	padding: 45px 7px 7px 7px;
	background: #fff url(images/fieldset.png) top left repeat-x;
	position: relative;
	}
	
.genericform fieldset .change {
	position: absolute;
	right: 22px;
	top: 10px;
	}

.genericform fieldset legend, .fieldset h3 {
	font-size: 1.3em;
	padding: 0 0 7px 0;
	margin: 0;
	position: absolute;
	top: 10px;
	color: #111;
	float: left;
	font-weight: normal !important;
	}
	
.hidden {
	display: none;
	}
	
.genericform fieldset legend em {
	background-color: #D7F575;
	font-style: normal;
	padding: 4px 7px;
	font-size: 0.9em;
	margin-right: 7px;
	font-weight:  bold;
	}

.genericform fieldset label {
	width: 190px;
	float: left;
	margin: 0 12px 0 0;
	clear: both;
	}

.genericform fieldset label.long {
	width: 400px;
	}
	
.genericform fieldset div em {
	color: red;
	font-weight: bold;
	}
	
.genericform fieldset div {
	padding-bottom: 7px;
	position: relative;
	}
	
.genericform fieldset div input, .genericform fieldset div textarea {
	border: 1px #999 solid;
	padding: 4px;
	-moz-border-radius: 4px;
	}
	
select#address {
	width: 100% !important;
	border: 1px #999 solid;
	padding: 4px;
	-moz-border-radius: 4px;
	}
	
.genericform fieldset div input:focus {
	background-color: #F2F6F8;
	}
	
.genericform fieldset div ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	}
	
.genericform fieldset div ul li {
	margin-bottom: 7px;
	list-style-image: none !important;
	}
	
.genericform fieldset div ul li label {
	float: none;
	margin-left: 7px;
	}
	
.genericform button {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 10px;
	color: #222;
	font-size: 1.1em;
	cursor: pointer;
	border: 1px solid #222;
	background: transparent url(images/buttonbg-large2.gif) bottom left repeat-x;
	}
	
	
.genericform button:hover {
	background-position: top;
	}
	
.genericform button.btn {
	margin: -25px 7px 0 7px;
	}
	
ol.errors {
	margin: 0 0 17px 27px;
	padding: 0;
	}
	
.error {
	font-size: 1.1em;
	color: red;
	margin-bottom: 12px;
	}
	
#binlist {
	margin: 30px 25px !important;
	padding: 0;
	list-style-type: none !important;
	}
	
#binlist li {
	width: 150px;
	float: left;
	list-style-image: none !important;
	margin-right: 20px !important;
	text-align: center;
	}
	
#binlist li img {
	margin-bottom: 17px !important;
	}
	
#footer {
	border-top: 1px #ccc solid;
	margin: 0 20px;
	width: 95%;
	padding: 20px 0;
	position: relative;
	clear: both;
	}
	
#footer img {
	margin-right: 17px;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 24px;
	}
	
#footer ul li {
	float: left;
	padding-left: 10px;
	}
	
#footer a:link, #footer a:visited {
	color: #98339b;
	border-bottom: 1px #98339b dotted;
	}
	
#footer a:focus, #footer a:hover, #footer a:active {
	color: #983300;
	border-bottom: 1px #983300 solid;
	}
	
#footer .imglink {
	border: none !important;
	}
