/* css za forme: labels i input*/

.uniForm{
  margin:0; padding:0;
  position:relative;
  width:99%;
  overflow:hidden;
  z-index: 0;
}

.uniForm fieldset{
  margin: 0; 
  border: 1px solid #eee;
}

.uniForm fieldset legend{
  color:#336; /* Reset IE */
  font-weight:bold; 
  font-size:120%; 
 /* margin-bottom: 1em;*/
}

.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
  display: block;
  padding:7px;  
}

.uniForm .ValidationSummary {	
	color: Red;
	padding-bottom: 10px;
}

.uniForm .buttonHolder{
  margin-top:20px;
  margin-left: 150px;
}

.uniForm .focused{
  background:#FFFCDF; 
}

.uniForm .ctrlHolder label,
.uniForm .ctrlHolder .label{
	float:left;	
	display:block;  
	width:150px;
}

.uniForm p.formHint
{
	margin: 0 0 5px 150px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	color: #444;
}

.uniForm em
{
	color: navy;
}

.uniForm .resetButton{
	width: 120px;
}
.uniForm .submitButton{
	width: 120px;	
	font-weight: bold;
}

.uniForm .InputSearch
{
	width: 200px;
}

/*
.uniForm .textInput,
.uniForm .fileUpload{
	background-color: white;
}

.uniForm .textInput:focus {
	background-color: #e5e5e5;
}
*/