.required {
	font-weight: bold;
}

p.error {
	color: red;
	padding-left: 0em;
	margin: 0;
	margin-top: 5px;
}

input.text, textarea {
	border: 1px solid #fe8f00;
	padding: 3px;
	color: black;
	background: white;
	font-size: 90%;
}

/*  input.error {
    border: 1px solid red;
  }

	input.button {
		font-size: 120%;
	}
*/
table.buttons {
  margin: auto;
}

table.buttons td {
  width: 155px;
}

input {
  border: none; 
}

input.grey, input.blue {
  width: 152px;
  /*height: 30px;*/
  padding: 5px 0 8px 0;
  text-transform: lowercase;
  /*font-size: 90%;*/
  color: #FFF;
  text-align: center;
}

input.grey {
  background: url('/images/layout/forms/sede.png') top center no-repeat;
}

input.blue {
  background: url('/images/layout/forms/modre.png') top center no-repeat;
}

dt, dd {
	padding: 0.9em 0em;
	
}

.custom {
	width: 100%;
	font-size: 90%;
}

.custom h3 {
	background: #fe8f00;
	color: white;
	margin: 0;
	padding: 0.4em 1em;
	margin: 1px 0 !important;
  font-size: 100%;
	font-weight: bold;
	clear: both;            
}

.custom dl {
	background: #F8F8F8;
	margin: 0;
	
}

.custom dt {
	text-align: right;
	font-weight: normal;
	margin: 0.2em 0.3em;
  float: left;
	width: 12em;
	clear: both;

}

.custom dd {
	margin: 0;
	padding-left: 13em;
	display: block;
}

.udaje dd {
  padding-left: 18em;
}

.udaje dt {
	width: 17em;
}

.custom dd ul {
	list-style: none;
	font-size: 90%;
}

.custom dd.odd {
	background: #EEE;

}
