.generate_button {
	height: 45px;
	width: 194px;
	background: url(../images/generate_bg_ru.png) top left;
	display: block;
	cursor:pointer;
}
.generate_button:hover {
	height: 45px;
	width: 194px;
	background: url(../images/generate_bg_ru.png) bottom left;
	display: block;
}

.send_message_button {
	height: 45px;
	width: 194px;
	background: url(../images/send_message_ru.png) top left;
	display: block;
	cursor:pointer;
}
.send_message_button:hover {
	height: 45px;
	width: 194px;
	background: url(../images/send_message_ru.png) bottom left;
	display: block;
}

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