#subscription_box {
	background: url(images/subscribe_bg.png) -40px no-repeat;
	width: 230px;
	height: 70px;
}

#subscription_box h2 {
	background: none;
	position: static;
	padding: 15px 0px 4px 0px;
}

#subscribe {
	padding: 0px;
	margin: 0px;
}

#subscribe-input {
	font: 11px Arial, sans-serif;
	color: #6A6A6A;
	width: 190px;
	float: left;
}

#subscribe .submitbutton {
	width: 24px;
	height: 22px;
	cursor: pointer;
	border: none;
	background: url(images/subscribtion_button.gif) left center #0A4B9D no-repeat;
	float: right;
}
