.rdg-tag-icon {
	display: block;
	float: right;
	background-image: url('respinar.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	height: 20px;
	width: 153px;
	padding: 0;
}

.css-valid-tag-icon {
	display: block;
	float: right;
	background-image: url('htmlcss.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 7px 1px;
	height: 15px;
	width: 80px;
}
.css-valid-tag-icon:hover {
	background-position: right bottom;
}

.html-valid-tag-icon {
	display: block;
	float: right;
	background-image: url('htmlcss.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 7px 1px;
	height: 15px;
	width: 80px;
}
.html-valid-tag-icon:hover {
	background-position: top right;
}

.bascket_confrim {
	display: block;
	background-image: url('sabad.png');
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 24px;
	width: 84px;
}
.bascket_confrim:hover {
	background-position: right bottom;
}

