/* header */
#logo a {
	display: block;
	position: relative;
	width: 310px;
	height: 50px;
	margin: 0.5em 0 0 0;
	background: url('/img/pl/logo.png') no-repeat 0 0;
	}
			
/* prehome page */
.prehome-box .promo-badge {
	position: absolute;
	top: 140px;
	right: -60px;
	width: 155px;
	height: 155px;
	background: url('/img/pl/free-badge.png') no-repeat 0 0;
	}
		
/* buttons */
.tests-box.form .btn-tests-signup {
	position: absolute;
	top: -8px;
	right: 0;
	float: right;
	width: 110px;
	background: url('/img/pl/buttons/btn-tests-signup.png') no-repeat 0 0;
	}
.subscription-box form .btn-subscription {
	position: absolute;
	top: -10px;
	right: 0;
	float: right;
	width: 80px;
	background: url('/img/pl/buttons/btn-subscription.png') no-repeat 0 0;
	}
.btn-signin {
	float: left;
	width: 105px;
	font-size: 0;
	text-indent: -10000px;
	background: url('/img/pl/buttons/btn-signin.png') no-repeat 0 0;
	}
.btn-synchronization {
	width: 138px;
	background: url('/img/pl/buttons/btn-synchronization.png') no-repeat 0 0;
	}
.btn-signup {
	width: 138px;
	background: url('/img/pl/buttons/btn-signup.png') no-repeat 0 0;
	}
.btn-signin:hover {
	background: url('/img/pl/buttons/btn-signin.png') no-repeat 0 -38px;
	}
.btn-reset-password {
	float: left;
	width: 165px;
	background: url('/img/pl/buttons/btn-reset-password.png') no-repeat 0 0;
	}
.btn-reset-password:hover {
	background: url('/img/pl/buttons/btn-reset-password.png') no-repeat 0 -38px;
	}
.btn-change-password {
	float: left;
	width: 165px;
	background: url('/img/pl/buttons/btn-change-password.png') no-repeat 0 0;
	}
.btn-change-password:hover {
	background: url('/img/pl/buttons/btn-change-password.png') no-repeat 0 -38px;
	}
.btn-create-account {
	float: left;
	width: 145px;
	background: url('/img/pl/buttons/btn-create-account.png') no-repeat 0 0;
	}
.btn-create-account:hover {
	background: url('/img/pl/buttons/btn-create-account.png') no-repeat 0 -38px;
	}

/* sync menu */
#sync-menu li a.option1 {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 0;
		}
#sync-menu li a.option2 {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -144px;
		}
#sync-menu li a.option3 {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -288px;
		}
#sync-menu li a.option4 {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -432px;
		}
/* inactive list element */
#sync-menu li span.option4 {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -648px;
		}
#sync-menu li a.option5 {
		margin: 40px auto 17px;
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -576px;
		}
#sync-menu li a.option1:hover {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -72px;
		}
#sync-menu li a.option2:hover {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -216px;
		}
#sync-menu li a.option3:hover {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -360px;
		}
#sync-menu li a.option4:hover {
		background: url('/img/pl/main-sync-buttons.png') no-repeat 0 -504px;
		}

/* wizzard buttons */
.wizard .tabs li.move a {
	background: url('/img/pl/buttons/btn-move-contacts.png') no-repeat 0 0;
	}
.wizard .tabs li.move.active a {
	background: url('/img/pl/buttons/btn-move-contacts-on.png') no-repeat 0 0;
	}
.wizard .tabs li.sync a {
	background: url('/img/pl/buttons/btn-sync-mobiles.png') no-repeat 0 0;
	}
.wizard .tabs li.sync.active a {
	background: url('/img/pl/buttons/btn-sync-mobiles-on.png') no-repeat 0 0;
	}
.wizard .tabs li.backup a {
	background: url('/img/pl/buttons/btn-backup-contacts.png') no-repeat 0 0;
	}
.wizard .tabs li.backup.active a {
	background: url('/img/pl/buttons/btn-backup-contacts-on.png') no-repeat 0 0;
	}
.wizard .tabs li.restore a {
	background: url('/img/pl/buttons/btn-restore-contacts.png') no-repeat 0 0;
	}
.wizard .tabs li.restore.active a {
	background: url('/img/pl/buttons/btn-restore-contacts-on.png') no-repeat 0 0;
	}
.wizard .tabs li.contails a {
	background: url('/img/pl/buttons/btn-goto-contails.png') no-repeat 0 0;
	}

/* slide content buttons */
.slide .submit-area .button.next-step {
	background: url('/img/pl/buttons/btn-next-step.png') no-repeat 0 0;
	}
.slide .submit-area .button.number-add {
	background: url('/img/pl/buttons/btn-add-number.png') no-repeat 0 0;
	}
.slide .submit-area .button.number-verify {
	background: url('/img/pl/buttons/btn-verify-number.png') no-repeat 0 0;
	}