input#input_img_send {
	width: 44px;
	height: 17px;
	background: url(../../pages/contact/img/send_en.gif) left top no-repeat;
	margin: 0px 20px 9px 90px;
	cursor: pointer;
	float: left;
}

input#input_img_send:hover {
	width: 44px;
	height: 17px;
	background: url(../../pages/contact/img/send_en.gif) left -17px no-repeat;
}

#input_img_cancel {
	width: 44px;
	height: 17px;
	background: url(../../pages/contact/img/cancel_en.gif) left top no-repeat;
	float: left;
}

#input_img_cancel:hover {
	width: 44px;
	height: 17px;
	background: url(../../pages/contact/img/cancel_en.gif) left -17px no-repeat;
}