.email-signup{
	width:239px;
	height:86px;
	background:url(/engine/elements/email-signup.jpg) no-repeat;
	overflow:hidden;
	margin:0 0 0 0px;
	bottom:26px;
}
.email-signup .firstname{
	float:left;
	width:68px;
	height:18px;
	margin:25px 0 0 13px;
	border:none;
	background:none;
	padding:2px 4px;
	font:12px/14px "Trebuchet MS", sans-serif;
	font-style: italic; 
	color:#acacac;
}

.email-signup .lastname{
	width:95px;
	height:18px;
	margin:25px 0 0 9px;
	border:none;
	background:none;
	padding:2px 4px;
	font:12px/14px "Trebuchet MS", sans-serif;
	font-style: italic; 
	color:#acacac;
}
.email-signup .email{
	float:left;
	width:180px;
	height:18px;
	margin:9px 0 0 13px;
	border:none;
	background:none;
	padding:2px 4px;
	font:12px/14px "Trebuchet MS", sans-serif;
	font-style: italic; 
	color:#acacac;
}



 .email-signup .button{
	float:right;
	margin:10px 0 0 0px;
	width:30px;
	height:33px;
}

