@charset "utf-8";

.formTable {
	display: block;
	width: 320px;
	margin: 20px auto;
}
.formTable td, .eventTable td {
	padding: 5px;
}
.formTable tr, .eventTable tr {
	padding: 5px;
}
.loginLabel {
	font-weight: bold;
	color: #333;
}
.loginLabel sup {
	color: #FF0000;
	font-size: 1em;
}
.inputCell input, .inputCell select, .inputCell textarea,
.inputCell100 input {
	padding: 3px;
	border: 1px inset #333;
	color:  #231f20; /*smeđe-crvena*/
	font-weight: bold;
	width: 200px;
	vertical-align: middle;
}
.inputCell input:hover, .inputCell select:hover, .inputCell textarea:hover,
.inputCell100 input:hover {
	background-color: #bfd1e3; /*jako svjetlo žuta */
}
.validacijskaPorukaTop {
	color: #C00;
	font-weight: bold;
}
.inputCell span { /*validacijska poruka input polja*/
	color: #C00;
	font-size: 10px;
	font-weight: bold;
}
.inputHelp { /*help tekst za svaki input*/
	font-size: 9px;
	color: #666666;
	padding: 2px 40px 2px 2px;
}

