#newsletter{
	width:190px;
	height:158px;
	float:left;
	clear:both;
	padding:10px 14px 0px 10px;
	margin-bottom:10px;
}

#newsletter .titler{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#0095d9;
	margin:0px 0px 0px 5px;
}

#newsletter .text{
	font-size:10px;
	margin:0px 0px 0px 5px;
}

#newsletter .input{
	background:#ffd58f;
	border:1px solid #ffbe64;
	margin:8px 0px 8px 5px;
	padding:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:182px;
	text-indent:5px;
	float:left;
}

#newsletter .buttons{
	float:right;
	text-align:right;
}