div#newsletter_button {
	width:250px; height:168px;
	position:relative;
	background: url(http://images.wallaceandgromit.com/fans/newsletter_button_sml_v2.gif) no-repeat top left;
	}
	
input.newsletter_email {
	position:absolute;top:118px; left:15px;
	float:left;
	
	background: #FFFFFF;	
	color:#666666;
	font-size: 16px;
	width:170px;
	}

.newsletter_email_button {
	width:68px; 
	height:44px;
	position:absolute; 
	top:112px; 
	left:184px;
	float:left;

	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background: url(http://images.wallaceandgromit.com/2009/fans/newsletter_go_button.png) no-repeat top left;
	border:0;
	}
