.tekst1{
	font-size:12px;
	color:#003366;
} 

.formLink{
	font-size:16px;
	color:#003366;
	text-decoration:none;
}

.formLink:active{
	font-size:16px;
	color:#003366;
	text-decoration:none;
}

.formLink:visited{
	color:#003366;
	text-decoration:none;
}

.formLink:hover{
	text-decoration:underline;
}

 input, textarea, select{
	border: thin;
	border-width:1px;
	border-color: #003366;
	border-style:outset;
	color:#003366;
	font-size:11px;
	overflow:hidden;
 } 

 .formError{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:37px;
	text-align:center;
	color:#be690d;
	font-size:12px;
 }