
#button1{
	border: 0px solid black;
	width: 124px;
	height: 34px;
}
#button1 a{
	background-image:url(../botoes/bt03w.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-transform:capitalize;
	line-height: 32px;
	text-decoration: none;
	color:#CC0000;
	display: block;
	width: 100%;
	height: 100%;
}
html>body #button1 a{ /*Non IE rule*/
	width: auto;
}
#button1 a:hover{
	background-image:url(../botoes/bt03r.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color:#FFFFFF;
}
