/*margin is diff in reset. this might be for uk*/
.hero {
	margin: 8px 0 25px;
	*position: relative;		/* IE fix for Cufon z-index */
	*z-index: -1;
}

/*this is different than in footer.css.  this might be for UK*/
.social form input.txt {
	float: left;
	width: 150px;
	border: 2px solid #666666;
	border-bottom-color: #F9F9F9;
	border-right: 1px solid #F9F9F9;
	padding: 1px 4px;
	background-color: #FFFFFF;
	color: #333333;
}
.social form input.btn {
	float: left;
	margin: -1px 0 0 6px;
}
