#layout #content #generator a.generate_button {
	background: url(../images/generate_button.png) no-repeat top left scroll;
	display: block;
	text-indent: -1000px;
	height: 34px;
	width: 183px;
	clear: both;
	margin: 15px 0 0 27px;
}
#layout #content #generator a:hover.generate_button {
	background: url(../images/generate_button.png) no-repeat bottom left scroll;
}
.send_message_button {
	height: 34px;
	width: 183px;
	background: url(../images/send_message.png) top left;
	display: block;
	cursor:pointer
}
.send_message_button:hover {
	background: url(../images/send_message.png) bottom left;
}

.download_button {
	height: 23px;
	width: 117px;
	background: url(../images/download.png) top left;
	display: block;
}
.download_button:hover {
	background: url(../images/download.png) bottom left;
}

.subscribe_button {
	margin-top:20px;
	height: 23px;
	width: 117px;
	background: url(../images/subscribe.png) top left;
	display: block;
}
.subscribe_button:hover {
	background: url(../images/subscribe.png) bottom left;
}