.subscribe-form .subscribe-inputs
{
	margin: 0.3em 0px;
}

.subscribe-form .subscribe-submit
{
	display: block;
	width: 82px;
	height: 18px;
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/btn_subscribe.gif);
}
