body { margin: 0px; padding: 0px; font-family: Sans-serif; color: white; }
.nll {text-decoration: none }
.nll:hover { text-decoration: underline }
.contents { background: url(/back.png) #225525; margin: 0px; padding: 30px; }
.naziv { font-weight: bold; font-size: 10pt}
.podatak { color: #eee; font-size: 10pt }
.ppp { font-size: 9pt }
.vrstakarte { margin-top: 40px; margin-bottom: 5px; }

.dugme {
    display: block;
	vertical-align: baseline;
	margin: 0 2px;
	margin-bottom: 15px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16pt Sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.dugmehover {
	font-weight: bold;
	color: yellow
}
.dugme:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12pt;
	padding: .4em 1.5em .42em;
}
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #538018;
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:hover {
	background: #64991e;
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:active {
	color: #a9c08c;
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
