@charset "utf-8";

/*Get A Quote Button used on default page while promoting Charter
kjb 11/4/2009*/
.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(../images/GetAQuote_button.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}
