img#obrisi{

	cursor: pointer;	
	
}

.field legend {
	font-size: 12px;
	/*color: #15428B;*/
	/*color: #0046d5;*/
	color: #6897EC;
	font-weight: 900;
}


.error {
	color:red;
	margin:0;
	padding:0;
}

select#clanica{
	width: 150px; 
	display : block;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 3px 3px 2px;
 }

select#spoj{
	width: 150px; 
	display : block;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 3px 3px 2px;
 }


/*
***********************************
* CSS for table step 3
* Table: class= data
***********************************
*/

table.data{
	margin-top: 10px;
	
}

table td.value{
	
	font-weight: bold;
	padding: 0px;
	padding-left: 5px;
}	

table td.title{
	/*color:#0046D5;*/
	color:#5A6D7D;
	/*color: #6897EC;*/
	font-size:12px;
	font-weight: bold;
	padding: 0px;
}

div.dodaj {

		font-size:12px;
		font-weight: bold;
		cursor: pointer;
		width: 150px;
		
	
}

div.dodaj:hover {

		font-size:12px;
		font-weight: bold;
		cursor: pointer;
		text-decoration: underline;
		color:#5A6D7D;			
}

span.dodaj img {

	
}

		

div.dodaj div {
	
	position:relative;
	float: left;
	padding-right: 5px;
}

div.scrollBox{
	
	width:505px;
	height: 180px;
	overflow: auto;
}
		

/*
***********************************
* CSS za formu, upis clanice ... itd
* Form: id=form_box 
***********************************
*/

#form_box {
	/*float: left;*/
	width: 290px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	/*height: 25px;*/
	height:auto;
	padding: 0.2em 0.5em;
	text-align: left;
	
}

#form_box div#ipAdresa {

}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	/*padding-right: 15px;*/
	width: 120px;
}
/*
#form_box div#addButtons {
	
	position:absolute;
	margin-left: 300px;;
}

*/

