#order-form .disabled .big-button
{
	display:inline-block;
	padding-left:28px;
	background: url(../images/btn_big-red.png) 1px 0 no-repeat !important;
	text-decoration:none;
	font-family:georgia,'times new roman',times;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	cursor: pointer;
 
}

#order-form .disabled .big-button input
{
	display:block;
	padding:0 38px 9px 10px;
	line-height:51px;
	background: url(../images/btn_big-red.png) 100% -61px no-repeat !important;
	display:block !!important;
	padding:0 38px 10px 10px !!important;
	line-height:51px !!important;
		height: 58px;
	line-height: 51px;
	cursor: pointer;
}

/*#order-form .disabled  .big-button:hover
{
	background-position: 1 -122px !important;
	color:#fff;
	cursor: pointer;
}



#order-form .disabled  .big-button:hover input
{
{
	background-position: 100% -183px !important;
	cursor: pointer;
}

#order-form .disabled  .big-button:active
{
	background-position: 0 -244px !important;
	color:#fff;
	cursor: pointer;
}

#order-form .disabled  .big-button:active input
{
{
	background-position: 100% -305px !important;
	cursor: pointer;
} */