#newsletter {
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2 url('http://www.palmateerp.com/images/newsletter-bg.png') repeat-x;
  height: 31px;
  font-family: Arial, sans-serif;
  padding: 0 30px;
  border-top: 1px solid #c7c7c7;
  z-index: 1000;
  text-align: left;
}
#newsletter .inner { position: relative; top: 4px; }
div#mc_embed_signup, div.mc-field-group, form#mc-embedded-subscribe-form, div.mc-field-group input, div#newsletter_close {
	display: inline;
	vertical-align: top;
}
div#newsletter h5 {
	color: #06a;
	display: inline;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 10px;
	position: relative;
	top: 5px;
	vertical-align: top;
	-webkit-text-shadow: 0px 2px 1px #fff;
	-moz-text-shadow: 0px 2px 1px #fff;
	text-shadow: 0px 2px 1px #fff;
}
div#newsletter input {
  color: #7c7c7c;
  padding: 2px 3px;
  margin: 3px 0px;
}
div#newsletter input#mc-embed-subscribe {
	position: relative;
	top: -2px;
}
div#newsletter_close {
	position: absolute;
	right: 40px;
	top: 3px;
	font-size: 11px;
	-webkit-text-shadow: 0px 2px 1px #fff;
	-moz-text-shadow: 0px 2px 1px #fff;
	text-shadow: 0px 2px 1px #fff;
	}
	div#newsletter_close a {
		color: #757575;
		}
	div#newsletter_close a:hover {
		text-decoration: none;
		text-shadow: 0px 0px 8px #9A9A9A;
		}
	div#newsletter_close img {
		vertical-align: sub;
		margin-left: 5px;
		}

div#mce-responses {
	line-height: 16px;
	position: absolute;
	top: -60px;
	left: 420px;
	width: 260px;
	margin: 0px !important;
	}
	div#mce-responses .response {
		-webkit-box-shadow: 1px 1px 12px #444;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 1px 1px 12px #444;
		-moz-border-radius: 5px;
		margin: 0px !important;
		padding: 10px 10px 30px 10px !important;
		background: rgba(227,210,179,0.95) !important;
                position: relative !important;
                z-index: 2000 !important;
		}
div.mce_inline_error{ 
	position: absolute !important;
	color: red !important;
	font-weight: lighter !important;
	padding: 0px !important;
	top: -45px;
	left: 415px;
	margin: 0px !important;
	width: 120px !important;
	padding: 10px !important;
	}
