.entry input {
	padding: 2px 2px;
}

.entry input[type="text"]:focus,
.entry input[type="password"]:focus {
	border: 1px solid #888888;
}

.entry input[type="submit"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry input[type="submit"]:hover {
	border: 1px solid #888888;
}

.entry h3 {
	color: #212121;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 2px;
}

.entry div {
	color: #707070;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.entry form td img {
	border: 1px solid #707070;
}

.entry tr.highlight {
	background-color: #f0f0f0;
}

.entry ol li,
.entry ul li {
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px 0 2px 0;
}

.entry ol li ul.kategorije {
	list-style: square;
	margin-left: 15px;
}

.entry ul.kategorije-opis {
	list-style: none;
	margin-left: 1ex;
}

.entry ul.kategorije-opis li em {
	border-bottom: 1px solid #cccccc;
}