#footerSubscribeWrapper {
	position: fixed;
	background: url(images/alex-overlay-bar.jpg) repeat-x bottom;
	bottom:0;
  width:100%;
  height:186px;   /* Height of the footer */
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	display: none;
}

#footerSubscribe {
	background: url(images/alex-overlay.png) no-repeat left bottom;
	height: 186px;
	width: 770px;
	margin:0px auto;
	padding:0px;
}

#footerSubscribe form {
	padding: 141px 0px 0px 0px;
	margin: 0px 0px 0px 110px;
	bottom: 0;
}

#footerSubscribe input[type='submit'] {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
}

#footerSubscribe a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 140px;
}

#footerSubscribe a:link, #footerSubscribe a:visited {
	color: #ffffff;
}

#footerSubscribe a:hover, #footerSubscribe a:active {
	color: #FF8D00;
}

#footerSubscribeSuccess {
	padding: 146px 0px 0px 0px;
	margin: 0px 0px 0px 110px;
	bottom: 0;
	display: none;
}

#footerSubscribeSuccess h2 {
	font-size: 2.0em;
	color: #ffffff;
	margin: 0px;
}


