div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
div.mfp_buttons button {
	font-size: 16px;
	margin: 0px;
	padding: 3px;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

div.mfp_buttons button.btnSend{
	width: 196px;
	height: 51px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/btn_kakunin.jpg);
	border: none;
	border-style: none;
	cursor: pointer;
	
	background-position:0 0;
}

div.mfp_buttons button.btnSend:hover{
	background-position:0 -51px;
}

div.mfp_buttons button.btnRest{
	width: 196px;
	height: 51px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/btn_reset.jpg);
	border: none;
	border-style: none;
	cursor: pointer;
	
	background-position:0 0;
}

div.mfp_buttons button.btnRest:hover{
	background-position:0 -51px;
}











