#container #emailSignup #emailSignupInner #form1 label #submit
{
	background-image: url(/images/submitButton.png);
	height: 40px;
	width: 40px;
}
#container #emailSignup #emailSignupInner #form1 #button
{
	background-attachment: fixed;
	background-image: url(/images/submitButton.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}


 #container #emailSignupContainer {
 width: 320px;
 overflow: visible;
 position: relative;
 top:0px;
 left: 0px;
 margin-bottom: 0px;
 height: 61px;
 color: #55A0FF;
}
 #container #emailSignupLeft {
 width: 200px;
 background-image: url(images/emailSignupLeft.png);
 height: 31px;
 overflow: visible;
 position: absolute;
 left: -6px;
}
 #container #emailSignupRight {
 width: 90px;
 height: 31px;
 overflow: visible;
 position: absolute;
 padding-top: 0px;
 left: 200px;
}