.submit  { color: #00f; background-color: transparent; background-image: url("bg_button_a.jpg"); background-attachment: scroll; background-position: 0 0; display: inline; margin: 0; padding: 0; border-style: none none solid; border-width: 0 0 1px; border-color:   #00f }

*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}

