/* za forme */
#forma { 
	width: 95%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#forma .plavi .tekst table { padding:0; margin:0; background-color:#FFFFFF; }
#forma .plavi .tekst table, #forma .plavi .tekst p, #forma .plavi .tekst div { border-left: 1px solid #CFE9ED; border-right: 1px solid #CFE9ED; }
.plavi .tekst table, .plavi .tekst form { margin-bottom:0; margin-top:0; }
.centar { text-align:center }
.crvena { color:#FF0000 }
.crvena_slova{
color:red;
}
