a.postads-btn-preview {
	display: block;
	width: 100px;
	height: 22px;
	background: url(../images/postads-button-sprites.png) 0 0 no-repeat;
}
	a.postads-btn-preview:hover {
		background-position: -100px 0;
	}


a.postads-btn-posted-true {
	display: block;
	width: 100px;
	height: 22px;
	background: url(../images/postads-button-sprites.png) 0 -22px no-repeat;
}
	a.postads-btn-posted-true:hover {
		background-position: -100px -22px;
	}


a.postads-btn-posted-false {
	display: block;
	width: 100px;
	height: 22px;
	background: url(../images/postads-button-sprites.png) 0 -44px no-repeat;
}
	a.postads-btn-posted-false:hover {
		background-position: -100px -44px;
	}

