/* css */

.otziv {
	background:url('../img/knopka1.png') no-repeat;
	font-size: 11px;
	height:23px;
	width:96px;
	text-align:center;
	padding:5px;
	color:white;
	opacity:.75;
	cursor: pointer;
}

.otziv:hover {
	font-size: 11px;
	height:23px;
	width:96px;
	text-align:center;
	padding:5px;
	color:white;
	opacity:1;
	cursor: pointer;
}