/* CSS Document */

.button_big {
	background-position: left -2px;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 255px;
	text-decoration: none;
	color: #000000;
	font-size: 17px;
	text-align:center;
	padding-left:0px;
	cursor:pointer;
}

.button_big span {
	background: url('/images/button_big.gif') no-repeat right -2px;
	display: block;
	line-height: 32px;
	padding: 3px 15px 3px 10px;
	margin-right: 0px;
	text-align:center;
}
.button_big a {
text-decoration: none;
}
.button_big:hover, .button_big:focus {
	background-position: left -40px;
	text-decoration:none;
}

.button_big:hover span, .button_big:focus span {
	background-position: right -40px;
}

.button_big:active {
	background-position: left -82px;
}

