#subscribe {
	background: url(../images/bg_subscribe.gif) repeat-y;
	display: block;
	overflow: hidden;
}

#subscribe h2 {
	font-size: 0.9em;
	background: url(../images/header_subscribe.gif) no-repeat;
	display: block;
	height: 16px;
	padding: 8px 0 0 10px;
	color: #fff;
}

#subscribe form {
	padding: 10px;
	background: url(../images/footer_subscribe.gif) no-repeat bottom;
}

#subscribe p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#subscribe input {
	vertical-align: middle;
}

#subscribe #feedemail {
	width: 191px;
	height: 14px;
	padding: 3px 5px 3px 5px;
	background: url(../images/feedemail.gif) no-repeat top;
	color: #666;
	font-size: 0.9em;
}

#subscribe #feedemail:hover {
	background: url(../images/feedemail.gif) no-repeat bottom;
}

#subscribe #feedbutton {
	width: 57px;
	height: 19px;
	background: url(../images/feedbutton.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 0.9em;
}