#newsletter{
	float:left; text-align:left;
	margin:0 0 20px 4px; width:250px;
	position:relative;
}
#newsletter input{
	border:none;
}
#newsletter input[type="text"]{
	color: #a5a7aa; 
	margin-top: 2px;
	padding: 5px 10px;
	font-size: 11px;	
	border: 0; background:#fff;
	float:left;
	width: 160px;
	border-radius: 12px;
}

#newsletter input{
	border:none;
}
#newsletter #send {
	position: absolute; top: 4px;
	left: 175px; width: 41px; height: 24px;
	background: 
}
#newsletter p {
	float:left; color: #8999ae;
	padding: 5px 0;
	width:100%; font: 12px Tahoma;
}
#newsletter p a {
	text-decoration: underline;
	color: #8999ae;
}