@charset "utf-8";
/* CSS Document */
a.btnSubmit {
	background:url(images/submit.png) no-repeat;
	width:231px;
	height:38px;
	position:relative;
	float:right;
	right:0;
	display:inline-block;
	margin: 0;
	padding:0;
}
a.btnSubmit:hover {background:url(images/submit.png) 0px -38px no-repeat; }
a.btnSubmit:active {background:url(images/submit.png) 0px -76px no-repeat; }
input.btnSubmit {
	width:231px;
	height:38px;
	position:relative;
	float:right;
	right:0;
	display:inline-block;
	margin: 0;
	padding:0;
}
input.btnSubmit:focus { -moz-outline-style: none; }
