#ppcheckoutbtn {
	width: 145px;
	height: 25px;
	background: url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif') 0px 0 no-repeat;
	display: inline-block;
	border-radius: 15px;
	border: 0px;
}

#cart-steps {

}

#cart-steps .step, #cart-steps .disabled {
	width: 340px;
	height: 93px;
	background: url('check.png') 22px 0 no-repeat;
	margin-bottom: 10px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	cursor: pointer;
}

#cart-steps .step h3, #cart-steps .disabled h3 {
	text-align: center;
}

#cart-steps .step span, #cart-steps .disabled span {
	display: block;
	text-align: center;
}

#cart-steps .disabled {
	background: none;
	cursor: default;
	color: #eeeeee;
}

.row-input {
	margin-bottom: 3px;
}