@charset "UTF-8";
/* CSS Document */
/* mailform.cssの上書き */

div.mfp_err {
	padding: 3px 0px 5px 0px;
	background-image:none;
}

div#mfp_buttons {
	text-align: left;
	margin-left:242px;
}
div#mfp_buttons ul {
	width: 244px;
	height: 34px;
	margin: 0px 0 0px 0;
}
div#mfp_buttons ul li {
	width: 102px;
	height: 34px;
	margin-right:20px;
}
input#button_mfp_goconfirm {
	width: 102px;
	height: 34px;
}
input#button_mfp_reset {
	width: 102px;
	height: 34px;
}
.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}