body {
border: 0px; 
padding: 0px; 
margin: 0px; 
font: 10pt tahoma;
}
A {
color: #3B5998;
text-decoration: none;
}
A:visited {
color: #3B5998;
text-decoration: none;
}
A:active {
color: #3B5998;
text-decoration: none;
}
A:hover {
color: #3B5998;
text-decoration: underline;
}

h1 {
	color: #3B5998;
	font-family: tahoma,arial;
	font-size: 11pt;
	font-weight: bold;
}

p {
	color: #333333;
	font-family: tahoma,arial;
	font-size: 9pt;
}

.text {
	color: #333333;
	font-family: tahoma,arial;
	font-size: 9pt;
}

.fbutton {
	font: 8pt verdana;
	background: #0099FF;
	width: 130px;
	height: 18px;
	text-align: center;
	padding-bottom: 1px;
	color: #FFFFFF;
	border: 1px solid #0099FF;
}

.ubutton {
	font: 8pt verdana;
}

.textinput {
  border: 1px solid #e5eaf1; font: 9pt verdana; color: #777777; background: none;
  padding: 4px; margin: 1px;
}

.textinputfocus {
  margin: 0px;
  border: 2px solid #3B5998;
}


.komentarbox {
x-border: 1px solid #aaaaaa; 
margin: 4px; 
padding: 4px; 
x-font-size: 9pt;
background: #edeff4;
border-bottom: 1px solid #e5eaf1;
color: #333333;
font-family: tahoma;
font-size: 11px;
}

.komentarbox .title {
x-font-size: 8pt;
x-background: #E4E4E4;
font-weight: bold;
border-bottom: 1px dotted #e5eaf1;
padding-bottom: 2px;
margin-bottom: 2px;
}

.error {
color: red;
}
