.generate_button {
	margin-left:-7px;
	height: 45px;
	width: 194px;
	background: url(../images/generate_bg_en.png) top left;
	display: block;
	cursor:pointer;
}
.generate_button:hover {
	height: 45px;
	width: 194px;
	background: url(../images/generate_bg_en.png) bottom left;
	display: block;
}
.send_message_button {
	height: 45px;
	width: 194px;
	background: url(../images/send_message_en.png) top left;
	display: block;
	cursor:pointer
}
.send_message_button:hover {
	height: 45px;
	width: 194px;
	background: url(../images/send_message_en.png) bottom left;
	display: block;
}

.download_button {
	height: 40px;
	width: 104px;
	background: url(../images/download_en.png) top left;
	display: block;
}
.download_button:hover {
	height: 40px;
	width: 104px;
	background: url(../images/download_en.png) bottom left;
	display: block;
}

.submit_button {
	height: 40px;
	width: 104px;
	background: url(../images/submit_en.png) top left;
	display: block;
}
.submit_button:hover {
	height: 40px;
	width: 104px;
	background: url(../images/submit_en.png) bottom left;
	display: block;
}
