#box_newsletter {
	/*margin-top: 12px;*/	
	height: 144px;
	width: 282px;
}
#box_newsletter_title {
	height: 52px;
	background-image: url(../../images/box_newsletter_title.gif);
	background-repeat: no-repeat;	
}
#box_newsletter_content {
	height: 89px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 13px;
	background-image: url(../../images/box_newsletter_bg.jpg);
	background-repeat: no-repeat;
}
#box_newsletter_textfield {
	background-image: url(../../images/box_textfield.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 164px;
	padding-left: 5px;
	padding-top: 3px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 12px;
	float: left;
}
#box_newsletter_textfield input {
	border: 0 none;
	height: 12px;
	width: 156px;
	font-size: 11px;
	color: #333;
}
#box_newsletter_btt {
	float: left;
	height: 19px;
	width: 26px;
	margin-top: 11px;
}
#box_newsletter_btt input {
	width: 100%;
	height: 100%;
	background-image: url(../../images/box_newsletter_btt.gif);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
}
#box_newsletter_btt input:hover {
	background-image: url(../../images/box_newsletter_btt_hv.gif);
	background-repeat: no-repeat;
}

#box_newsletter_text {
	clear: left;
	width: 205px;
	height: 44px;
	padding-left: 48px;	
	font-size: 11px;
}

