﻿body {
	background:none; 
	margin:0; 
	padding:0; 
	color:#999999; 
	font-family:Arial;
}

* {
	font-size:13px;
}

input {
	border:none;
	background:url('images/input_bg.png') right no-repeat;
	height:24px;
	width:261px;
	padding:5px;
}

label {
	font-size:12px;
	font-weight:bold;	
	color:#8f9099;	
}

.submitBtn {
	width:60px;
	background:url('images/submit_bg.png') right no-repeat;
	text-align:right;
	font-weight:bold;
	color:#6e6c6c;
	font-size:11px;
	margin-left:5px;
	padding:3px;
}

a:link, a:visited {
color:#6f7ebd;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#003399;
}

a img {
	border:none;
	vertical-align:middle;
}

.napomena {
	font-size:12px;
	text-align:center;
}


.tabela {
	border-collapse:collapse;
}


.tabela td {
	border:1px solid #F5F5F5;
	font-size:11px;
}

.tabela th {
	background:#C4C2BE;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#fff;
}

.linija {
	text-align:center;
	margin-top:20px;
}

.nova {
	font-size:11px;
}
