input[type="submitnam"], input[type="resetnam"] {
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	/*  Put a 1 pixel blur white shadow below the button's text  */
	text-shadow: #fff 0px 1px 1px;
	/* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
	-webkit-border-image: url(/images/whiteButton.png) 0 14 0 14;
	-webkit-border-top-left-radius: 0px;
	-webkit-mask: none;
}

/* The button class defines properties for buttons that are either 30px or 46px high  */
.button {
	/* Set a button to be a block so its height and width can be adjusted */
	display: block;
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 75px;
	font-size: 20px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
