#np-download-pay {
	width: 100%;
	height: 110px;
}

#np-download-pay .left {
	float: left;
	padding-top: 24px;
	padding-left: 340px;
}

#np-download-pay .left #img {
    background: url('../../images/base/download.png') no-repeat top center;
    width: 280px;
    height: 70px;
    cursor: pointer;
}

#np-download-pay .left #img:hover {
    background-position-y: -70px;
}

#np-download-pay .left #img:hover {
    background-position-y: -140px;
}

#np-download-pay button.download, a.download {
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	outline: none;
	width: 230px;
	height: 25px;
	background: none;
	border: none;
	font-size: 18px;
	font-family: initial;
}

#np-download-pay p.download {
	margin: 0 0 0 0;
	color: burlywood;
	font-size: 14px;
	width: 150px;
}

#np-download-pay div.right {
	float: right;
	padding-top: 24px;
	padding-right: 345px;
}

#np-download-pay button.pay, a.pay {
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	outline: none;
	width: 230px;
	height: 25px;
	background: none;
	border: none;
	font-size: 18px;
	font-family: initial;
}

#np-download-pay p.pay {
	margin: 0 0 0 0;
	color: burlywood;
	font-size: 14px;
	float: right;
}
#np-download-pay button.pay p.pay {
	width: 168px; /*для button pay*/
}