#prihlaska {
	font-weight: bolder;
	text-decoration: none;
	list-style-type: none;
	margin: 1.5em auto;
	width:150px;
	padding: 20px 30px;
	display: block;
	background: white;
	line-height: 45px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#240220', endColorstr='#190D52');
	background: white -webkit-gradient(linear, left top, left bottom, from(#240220), to(#190D52));
	background: white -moz-linear-gradient(top, #240220, #190D52);
	border: 2px solid #6555CF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#prihlaska:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#190D52', endColorstr='#240220');
	background: white -webkit-gradient(linear, left top, left bottom, from(#190D52), to(#240220));
	background: white -moz-linear-gradient(top, #190D52, #240220);
}
#prihlaska span {
	display:block;
	width:61px;
	height:45px;
	background:url(doc_icon.png) no-repeat;
	float:left;
}
#kliknapoveda {
	font-size:99%;
}
#skrytanapoveda {
	padding-left: 10px;
}