/*
 *  CSS - styly pouze pro media pointerheld, projection, screen, tty, tv
 *  Copyrighted by Michal Madlenak, www.LTweb.info
 */
 
.tlacitko-hledat {
	background: #ffd048 url(../img/content/button.jpg) no-repeat top;
 	width: 128px;
 	height: 36px;
 	border: none;
 	cursor: pointer;
 	margin-top: 15px;
}
.tlacitko-hledat-on {
	background: #ffd048 url(../img/content/button-over.jpg) no-repeat top;
}

.tlacitko-hledat-silver {
	background: #c7c1bc url(../img/content/button-silver.jpg) repeat-x top;
 	width: 128px;
 	height: 36px;
 	border: none;
 	cursor: pointer;
 	border: 1px solid #484542;
 	float: right;
 	margin-right: 7px;
}
.tlacitko-hledat-silver-on {
	background: #c7c1bc url(../img/content/button-silver-on.jpg) repeat-x top;
}
