 @charset "utf-8";
/* CSS Document */

*           {
            margin: 0px;
            padding: 0px;
            }
			
/*
html, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#036;
	background: #fafafa url(../_images/bckg2010.jpg) repeat-x top;
}

body {
  width: 980px;
  margin: 0 auto;
  text-align:left;
  background:#fff;
}
*/
html, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#036;
	height:100%; /* needed for container min-height */
}

html, body  {
	background: #eaeaea url(../_images/bckg.body2.jpg) repeat-y center;
	height:100%; /* needed for container min-height */
}

body {
  width: 980px;
  margin: 0 auto;
  text-align:left;
}
a		{ color: #f63; text-decoration: none; }
a:hover { text-decoration:underline; }
			
/* ----- structure ----- */

#divContent {
	clear: both;
	width:980px;
}
				   
	#line {
		width: 980px;
		height: 5px;
		background-image:url(../design_images/linija_5.png);
		background-repeat: repeat-x;
		margin-top: 1px;
		margin-bottom: 1px;
		font-size:9px;
		overflow:hidden;
	}
		
			
		 #content    {
					  width: 100%;
					  height: auto;
					  padding-left: 0px;
					  padding-right:0px;
					  padding-top: 5px;
					  padding-bottom: 5px;
					  clear: both;
					 }
							  
	#leftJobs {
		float:left; 
		width:173px;
		margin:0px 7px;
		text-align:left;
	}
										   
		#hotJobs {
			overflow:hidden;
			width: 173px;
		}	

			#titleBox {
				width:163px;
				height:22px;
				padding-top:6px;
				background: url(../design_images/box_header_top_left.png) top left no-repeat;
				color:#FFFFFF;
				font-weight:bold;
				padding-left:10px;
			}
								  
			#ulVipJobs  {
				width: 171px;
				height: 398px;
				padding-top:2px;
				border-left: 1px solid #FF790C;
				border-right: 1px solid #FF790C;
				background-color: #f9f9f9;
				list-style-type:none;
			} 
			
				.jobs {
					width: 161px;
					height: 398px;
					padding-left:5px;
					overflow:hidden;
				}
				
					a.job_box {
						display:block;
						width: 154px;
						height:92px;
						padding:2px;
						margin-top:1px;
						border:1px solid #eee;
						text-align: center;
						font-size: 11px;
						color: #f63;
						text-decoration: none;
						overflow:hidden;
					}
					
					a.job_box:hover { background-color:#eee; }
					a.job_box img	{ border:1px solid #ddd; }
					a.job_box span	{ display:block; padding-top:4px; font-weight:bold; }
							
						.minititleBoxLeft    {
									   width:163px;
									   height:22px;
									   padding-top:6px;
									   background: url(../design_images/mini_box_header_top_left.gif) top left no-repeat;
									   color:#FFFFFF;
									   font-weight:bold;
									   padding-left:10px;
									  }	
									  
						.minititleBoxRight   {
									   width:163px;
									   height:22px;
									   padding-top:6px;
									   background: url(../design_images/mini_box_header_top_right.gif) top left no-repeat;
									   color:#FFFFFF;
									   font-weight:bold;
									   padding-left:10px;
									  }				  		  			  
										  
				.minibox {
						   width: 173px;
						   height: auto;
						  }   
						  
				#newsContent   {
						   width: 161px;
						   height: 173px;;
						   border-left: 1px solid #FF790C;
						   border-right: 1px solid #FF790C;
						   background-color: #f9f9f9;
						   padding: 5px;
						   }	
						   
				#fokusContent {
						   width: 161px;
						   height: 173px;
						   border-left: 1px solid #FF790C;
						   border-right: 1px solid #FF790C;
						   background-color: #f9f9f9;
						   position: relative;
						   padding: 5px;
						   }
						   
					#divWeather {
						width:160px;
						text-align:center;
						font-weight:bold;
						font-size:14px;
					}
					
					#divWeatherInfo {
						width:150px;
						padding:0px 0px 0px 10px;
						text-align:left;
						font-size:11px;
					}
					
					#divWeatherInfo strong { font-weight:bold; }
					
					#divWeatherDetails {
						display:none; 
						position:absolute; 
						width:595px; 
						height:162px; 
						padding:10px; 
						border:1px solid #f90; 
						border-left:1px solid #f9f9f9; 
						background-color:#f9f9f9; 
						z-index:2000; 
						top:-1px; 
						left:171px; 
						font-size:9px;
					}
					
					#divWeatherLocations {
						display:none; 
						position:absolute; 
						width:200px; 
						height:162px; 
						padding:10px; 
						border:1px solid #f90; 
						border-left:1px solid #f9f9f9; 
						background-color:#f9f9f9; 
						z-index:2000; 
						top:-1px; 
						left:171px; 
						font-size:11px;
						text-align:left;
						overflow:auto;
					}
					
						#divWeatherLocations ul {
							padding-left:15px;
						}
					
				.bottomMiniBox  {
						   width: 173px;
						   height: 12px;
						   position: absolute;
						   bottom: 0px;
						   left: -1px;
						   background: url(../design_images/box_bottom_left.gif) top left no-repeat;
						   }
						   
				.bottomMiniBox2  {
						   width: 173px;
						   height: 12px;
						   position: absolute;
						   bottom: 0px;
						   left: -1px;
						   background: url(../design_images/box_bottom_right.gif) top left no-repeat;
						   }		   
											             		   
													   													   		  						   			   			  
													                  		   
										   
										   
										   
	#rightJobs {
		float:right;
		width:173px;
		margin:0px 7px;
		text-align:left;
	}
					  
		#importantJobs   {
			width: 173px;
			overflow:hidden;
		}
								
			#titleBox2   {
				width:163px;
				height:22px;
				padding-top:6px;
				background:  url(../design_images/box_header_top_right.png) top left no-repeat;
				color:#FFFFFF;
				font-weight:bold;
				padding-left:11px;
			}
									
			#ulEmployerClub {
				width: 171px;
				height: 398px;
				padding-top:2px;
				border-left: 1px solid #FF790C;
				border-right: 1px solid #FF790C;
				background-color: #f9f9f9;
				list-style-type:none;
			}
			
				.banners {
					width: 161px;
					height: 398px;
					padding-left:5px;
					overflow:hidden;
				}
				
					a.banner_box {
						display:block;
						width: 154px;
						height:67px;
						padding:2px;
						padding-top:7px;
						margin-top:1px;
						border:1px solid #eee;
						text-align: center;
						text-decoration: none;
						overflow:hidden;
					}
					
					a.banner_box:hover { background-color:#eee; }
					a.banner_box img	{ border:1px solid #ddd; }
											  
					  .miniboxAnketa {
							width: 173px;
					  }		
						
					  #anketaContent {
							width: 161px;
							min-height: 173px;
							border-left: 1px solid #FF790C;
							border-right: 1px solid #FF790C;
							background-color: #f9f9f9;
							padding: 5px;
					  }	
					  
					  #izdvajamoContent
					  {
							width: 161px;
							height: 173px;
							padding: 5px;	
							border-left: 1px solid #FF790C;
							border-right: 1px solid #FF790C; 
							background-color: #f9f9f9;
							position: relative;
					  }
																		  																		       
							#centerJobs {
								float: left;
								width: 606px;
							}	
								#search   {
									width: 605px;
									margin-bottom:5px;
									z-index: -2;
								}	
												
									#search h1 { clear:both; padding:10px 0px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:18px; color: #069; }
													   
									#searchTitle   {
										width: 592px;
										height:23px;
										padding-top:6px;  
										color:#FFFFFF;
										font-weight:bold;
										padding-left:10px;
										border-left: 1px solid #FF790C;
										border-right: 1px solid #FF790C;
										background: url(../design_images/search_header.png) top left repeat-x;
									} 
																	  
								   	#searchContent {
										width: 604px;
										min-height: 113px;
										z-index:1000;
										position: relative;
									} 
									
									#searchContent ol, #searchContent ul, #searchContent blockquote  { padding-left:20px;	} 
								   	#searchContent2 {
										width: 604px;
										height: 120px;
										background-image:url(../images/search_bkg.gif);
										background-position:bottom left;
										background-repeat: no-repeat;
										position: absolute;
										z-index: 2;
									}
									#searchContent3 {
										width: 604px;
										height: 50px;
										text-align: center;
									}
									#searchContent4 {
										width: 604px;
										height: auto;
									}			  
																	   				   			  
																	  
									#form2         {
										width: 604px;
										height: 100%;
										border: none;
									}	
									
									#first_search   {
										width: 580px;
										height: 20px;
									}   				  
									
									ul#search_parameters {
										width: 580px;
									}		
									
									ul#search_parameters_2 {
										width: 580px;
									}				  
									ul#search_parameters li {
										float: left;
										list-style: none;
										background: url(../design_images/arrow.png) 5px 4px no-repeat;
										color: #696957;
										padding-left: 15px;
										margin-right: 85px;
									}
									
									ul#search_parameters_2 li {
										float: left;
										list-style: none;
										background: url(../design_images/arrow.png) 5px 4px no-repeat;
										color: #696957;
										padding-left: 15px;
										margin-right: 40px;
									}
									
									#top_form        {
										width: 580px;
										height: 30px;
									}					   
									
									
									#second_search   {
										width: 580px;
										height: 20px;
									}
									#down_form        {
										width: 580px;
										height: 30px;
									}					   
																	   
													  
																
									#commercial_top     {
										 text-align: center;
										 width: 100%;
										 height: 60px;
										 padding-top: 17px;
										 padding-bottom: 15px;
									}
														
									#sub_menu {
										 width: 605px;
										 height: 35px;
									}
																          
										ul.sub_basictab       {
															   width: 605px;
															   height: 35px;
															   list-style-type: none;
															   }
															   
										ul.sub_basictab li    {
															   float: left;
															   list-style-type: none;
															   position: relative;
															  }	
															  
										ul.sub_basictab li  a {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/spo_menu_4.png);
															   background-repeat: no-repeat;
															   width: 151px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }
															   
										ul.sub_basictab li  a.active {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/spo_menu_4_active.png);
															   background-repeat: no-repeat;
															   width: 151px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }					   
															   
										ul.sub_basictab li a:hover  {
															   background-image: url(../images/spo_menu_4_hover.png);
															   background-repeat: no-repeat;
															   width: 150px;
															   height: 22px;
															   position: relative;
															   bottom: 5px;
															   margin-left:1px;
															   }
															   
										ul.sub_basictab_two    {
															   width: 604px;
															   height: 35px;
															   list-style-type: none;
															   }
															   
										ul.sub_basictab_two li {
															   float: left;
															   list-style-type: none;
															   position: relative;
															  }	
															  
										ul.sub_basictab_two li  a {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/btn1.png);
															   background-repeat: no-repeat;
															   width: 302px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }
															   
										ul.sub_basictab_two li  a.active2 {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/btn1_active.png);
															   background-repeat: no-repeat;
															   width: 302px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }					   
															   
										ul.sub_basictab_two li a:hover  {
															   background-image: url(../images/btn1_hover.png);
															   background-repeat: no-repeat;
															   width: 302px;
															   height: 22px;
															   position: relative;
															   bottom: 5px;
															   }
															   
										ul.sub_basictab_three   {
															   width: 605px;
															   height: 35px;
															   list-style-type: none;
															   }
															   
										ul.sub_basictab_three li {
															   float: left;
															   list-style-type: none;
															   margin-left: 1px;
															   position: relative;
															  }	
															  
										ul.sub_basictab_three li  a {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/btn3.png);
															   background-repeat: no-repeat;
															   width: 200px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }

															   
										ul.sub_basictab_three li  a.active {
															   display: block;
															   padding-top: 8px;
															   padding-bottom: 5px;
															   background-image: url(../images/btn3_active.png);
															   background-repeat: no-repeat;
															   width: 200px;
															   height: 17px;
															   text-align: center;
															   font-family: Arial, Helvetica, sans-serif;
															   color: #FFFFFF;
															   font-size: 12px;
															   text-decoration: none;
															   }
															   
										ul.sub_basictab_three li a:hover  {
															   background-image: url(../images/btn3_hover.png);
															   background-repeat: no-repeat;
															   width: 200px;
															   height: 22px;
															   position: relative;
															   bottom: 5px;
															   }					   					   					   					   
																			   
						                   #jobList          {
										                      width: 604px;
															  border-top: 1px dashed #828282;
															  margin-top: -4px;
															  margin-bottom: 5px;
															 }
										    #linijica         {
											                   width: 604px;
															   background-image:url(../design_images/linija_5.png);
															   background-repeat: repeat-x;
															   background-position: 0px 1px;
															   margin: 0px;
															   padding: 0px;
															   padding-top: 7px;
															  } 
															 
											.job_description  {
				                                               width: 604px;
				                                               height: 61px;
				                                               background-image: url(../images/izlistavanje.gif);
				                                               background-repeat: no-repeat;
				                                               background-position: bottom left;	
															   margin-bottom: 5px;			   
				                                              }	
															  
											.job_descriptionLast  {
				                                               width: 604px;
				                                               height: 61px;
				                                               background-image: url(../images/izlistavanjeLast.gif);
				                                               background-repeat: no-repeat;
				                                               background-position: bottom left;	
															   margin-bottom: 5px;			   
				                                              }	

															 
											.headerListJob    {
											                   font-family: Arial, Helvetica, sans-serif;
															   font-size: 12px;
															   color: #FFFFFF;
															  }
															  
											.headerListJob  td {
											                   padding-top: 3px;
															   padding-left: 10px;
															   padding-right: 10px;
															   }
															   
											.headerListJob td a
											                   {
															   font-family: Arial, Helvetica, sans-serif;
															   font-size: 12px;
															   color: #FFFFFF;
															   }				   
															   
											.bodyListJobName   {
											                    font-family:Arial, Helvetica, sans-serif;
																font-size: 12px;
																color: #6685AE;
																padding-top: 5px;
															   }
															   
											.s                 {
											                    padding-top: 5px;
															   }					   					   				  		
															  
											.headerListJob a  {
											                   font-family: Arial, Helvetica, sans-serif;
															   font-size: 14px;
															   color: #FFFFFF;
															   font-weight: bold;
															   font-style: normal;
															   text-decoration:none;
															  }	
															  
											.bigLink          {
											                   padding-top: 2px;
															   padding-left: 10px;
															  }
															  
											.bigLink2          {
											                   padding-top: 2px;
															   padding-left: 10px;
															  } 				   				  
															  
											.bigLink a        {
											                   font-family: Arial, Helvetica, sans-serif;
															   font-size: 16px;
															   color: #44566a;
															   text-decoration: none;
															   font-weight: bold;
															   font-style: italic;
															  } 
															  
											.bigLink2 a        {
											                   font-family: Arial, Helvetica, sans-serif;
															   font-size: 12px;
															   color: #44566a;
															   text-decoration: none;
															   font-weight: bold;
															  }				  
															  
											.smallLink        {
											                   padding-top: 2px;
															   padding-left: 10px;
															  }
															  
											.smallLink a      {
											                   font-family:Arial, Helvetica, sans-serif;
															   font-size: 11px;
															   color: #FF790C;
															   text-decoration:none;
															   font-weight: bold;
															  } 				 
											 				 				 			  				  
															  				 
										     #navigation     {
											                  clear: both;
											                  width: 604px;
															  height: 39px;
															  background-image: url(../images/navigacija.gif);
															  background-repeat: no-repeat;
															  padding-top: 3px;
															 } 
															 
											#navigationTable td a
											                 {
															  color: #FF790C;
															  text-decoration: none;
															  font-weight: bold;
															 } 	
															 
											#navigationTable td
											                 {
															  color: #50709B;
															 }				 			 
								
								
								#commercial_bottom {
								                    width: 605px;
													margin-bottom: 5px;
												   }							 					 				 					 	
															 
									         #commercial_bottom_content {
											                  width:606px;
											                  height:auto;
															  text-align: center;
															  padding-top: 30px;
															 } 	   					 					 				 												   									   					  				   					 						   	
															 				   				   					   				   			   				   				  	  		  			  
													 			   			   
										     				   
																						  			  				   			
				           
	 #divFooter    {
	                clear: both;
	                width: 980px;
					height: 58px;
					text-align: center;
					background-color: #CCCCCC;
					background-image: url(../images/footer_bkg.png);
					background-repeat: repeat-x;
					font-family: Arial, Helvetica, sans-serif;
					font-size:12px;
					color: #6a6969;
					background-color: #FFFFFF;
					border:1px solid #FF790C;
					border-bottom: none;
					padding-top: 20px;
					position: relative;
					margin-top: 10px;
				   }
				   
	  #divFooter ul {
	                 display: inline;
					 list-style-type: none;
					 overflow: hidden;
					}
					
	  #divFooter ul li {
	                 display: inline;
					 margin-left: 30px;
					 }				 	
					 
	  #divFooter ul li a {text-decoration: none; color: #6a6969; background-image: url(../images/ball_static_gray.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px; font-weight:bold;}	
	  
	  #divFooter ul li a:hover {text-decoration: underline;  background-image: url(../images/ball_gray.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}	
					 
	   #copyright	 {
	                  margin-top: 20px;
					  font-size: 12px;
					  font-weight: bold;
					 } 
					 
	    #footer_left_corner
		             {
					  width: 35px;
					  height: 31px;
					  background: url(../design_images/footer_corner_left.png) top left no-repeat;
					  position: absolute;
					  top: -1px;
					  left: -1px;
					  z-index:10000;
					 }
					 
		#footer_right_corner
		             {
					  width: 35px;
					  height: 31px;
					  background: url(../design_images/footer_corner_right.png) top left no-repeat;
					  position: absolute;
					  top: -1px;
					  right: -1px;
					  z-index:10000;
					 }			  				 			 		 		   			   	
/*CONTENT OF INDEX PAGE CSS BEGIN*/

#content_text       {
                   width: 594px;
				   height:auto;
				   text-align: justify;
				   margin-left: 5px;
				   margin-right: 5px;
				   margin-bottom: 5px;
				   margin-top: 15px;
				   *margin-top: 0px;
				  } 
				  			  
				  				  	          											   	

/*CONTENT OF INDEX PAGE  CSS END*/

/* CSS FOR SEARCH BLOCK BEGIN, CSS FOR JOBSEEKER NEW BEGIN */

.inputTextsearch  {
                   width: 138px;
				   margin-top: 3px;
				   margin-bottom: 3px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   border: 1px solid #FF790C;
				  } 
				  
.inputTextsearch0 {
                   width: 140px;
				   margin-top: 3px;
				   margin-bottom: 3px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   color:#f60;
				   border:0px;
				   background:none;
				  } 
				  
.selectFormsearch {
                   width: 140px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   border: 1px solid black;
				   margin-bottom: 3px;
				  } 
				  
.selectFormsearch2 {
                   width: 140px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   border: 1px solid black;
				   margin-bottom: 3px;
				   margin-top: 3px;
				  }		
				  
.selectFormsearch3 {
                   width: 207px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   border: 1px solid black;
				   margin-bottom: 3px;
				   margin-top: 3px;
				  }	
				  
.inputSmallsearch {
                   	width: 40px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					border: 1px solid black;
				  }	
				  
.selectFormsearch4 {
                   width: 140px;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   border: 1px solid black;
				  }	
				  
.selectFormshifts {
                   width: 202px;
				   height: 70px;
				   border: 1px solid black;
				  }
				  
#searchContent3 a {
                   color: #50709b;
				   text-decoration: none;
				  }
				  
.selectForm    { 
                width: 190px; 
				margin: 2px;
				border: 1px solid black;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				padding: 2px;
				}
.divCalendar   {color: white;}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:18px;
	border:1px solid #c93;
	background:#ffc;
	padding:1px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:18px;
	border:1px solid #0033CC;;
	background:#0099FF;
	padding:1px;
	font-weight:bold;
	color: #0033CC;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:18px;
	border:1px solid #FF5B0D;
	background: #FFB76F;
	padding:1px;
	font-weight:bold;
	color: #FF5B0D;	
}

.inputFormText	{
                 width: 265px;
				 font-family: Arial, Helvetica, sans-serif;
				 border: 1px solid #FF790C;
				 font-size: 12px;
				 margin: 2px;
				 margin-bottom: 4px;
				} 
				
.city           {
                 width: 267px;
				 font-family: Arial, Helvetica, sans-serif;
				 border:1px solid #FF790C;
				 font-size: 11px;
				 margin: 2px;
				 margin-bottom: 4px;
				} 
				
.selectFormSmall    {
                width: 120px;
				font-family: Arial, Helvetica, sans-serif;
				border: 1px solid #FF790C;
				font-size: 11px;
				margin: 2px;
			   }
			   
#new_phone a   {
                font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: white;
				text-decoration: none;
			   }	
			   
.textareaForm  {
                width: 265px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border: 1px solid #FF790C;
				margin-left: 1px;
				margin-top:2px;
				margin-bottom: 2px;
			   }
			   
.textareaForm1 {
                width: 265px;
				height: 50px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border: 1px solid #FF790C;
				margin-top:2px;
			   }			   
			   
.inputSmalltext {
                 width: 50px;
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 border:1px solid #FF790C;
				 margin: 2px;
				}
				
.inputFormFile  {
                 border:1px solid #FF790C;
				 margin: 0px;
				 margin-left: 0px;
				 margin-bottom: 0px;
				} 
.inputFormPass  {
                 width: 118px;
				 border:1px solid #FF790C;
				 font-family:Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 margin: 2px;
				}		 				
				
.inputFormTime  {
                 width: 138px;
				 border:1px solid #FF790C;
				 font-family:Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 margin: 2px;
				}				 	
				
.jobseeker      {
                 height: auto;
				 width: 602px;
				 position: relative;
				 background-color: #E7E7E7;
				 border-left: 1px solid #FF790C;
				 border-right: 1px solid #FF790C;
				 border-bottom: 1px solid #FF790C;
				 bottom: 5px;
				 padding-top: 20px;
				 padding-bottom: 20px;
				}
				
.jobseeker_index      {
                 height: auto;
				 width: 602px;
				 position: relative;
				 background-color: #E7E7E7;
				 border-left: 1px solid #FF790C;
				 border-right: 1px solid #FF790C;
				 border-bottom: 1px solid #FF790C;
				 bottom: 1px;
				 padding-top: 1px;
				 padding-bottom: 10px;
				}				
				
.jobseeker1     {
                 min-height: 300px;
				 width: 602px;
				 position: relative;
				 background-color: #E7E7E7;
				 border-left: 1px solid #FF790C;
				 border-right: 1px solid #FF790C;
				 border-bottom: 1px solid #FF790C;
				 bottom: 0px;
				}				
				
.employer       {
                 height: auto;
				 width: 602px;
				 position: relative;
				 background-color: #E7E7E7;
				 border-left: 1px solid #FF790C;
				 border-right: 1px solid #FF790C;
				 border-bottom: 1px solid #FF790C;
				 bottom: 5px;
				 padding-top: 20px;
				 padding-bottom: 20px;
				}
				
.blue_back_index
                {				 				 
				 height: auto;
				 width: 602px;
				 position: relative;
				 background-color: #E7E7E7;
				 border-left: 1px solid #FF790C;
				 border-right: 1px solid #FF790C;
				 border-bottom: 1px solid #FF790C;
				 bottom: 1px;
				 padding-top: 0px;
				 padding-bottom: 0px;
				}
.inputFormPay   {
                 width: 77px;
				 border: 1px solid #FF790C;
				 margin: 2px;
				 font-family: Arial, Helvetica, sans-serif;
				} 						

span.star           {
                 color: #FF790C;
				} 
				
																 			   				   			   												  
/* CSS FOR SEARCH BLOCK END, CSS FOR JOBSEEKER NEW END */
/* CSS ZA DETALJE POSLA NAKON PRETRAGE */
#employer_name  {
                 font-family: Arial, Helvetica, sans-serif;
				 color: #50709b;
				 font-size: 16px;
				 font-weight: bold;
				} 
				
#job_name       {
                 font-family: Arial, Helvetica, sans-serif;
				 color: #FF790C;
				 font-size: 14px;
				 font-weight: bold;
				}
				
	
				
#jobLetter      {
                 width: 560px;
				}															 				 				

/* KRAJ CSS-a ZA DETALJE POSLA NAKON PRETRAGE */	

/*Employer registration CSS*/
fieldset.poslodavac   {
                       width: 500px;
					   margin-left: 12px;
					   padding-left: 75px;
					  } 
					  
legend.poslodavac     {
                       color:#6685AE;
					  } 					  
                       
/*End employer registration CSS*/			   			             			 		   				   			   			  			  
/* *** Float containers fix: 
  http://www.csscreator.com/attributes/containedfloat.php *** */  
.clearfix:after { 
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden; 
	} 
   
.clearfix { 
	display: inline-block; 
	} 
  
/* Hides from IE-mac \*/ 
* html .clearfix { 
	height: 1%; 
	} 
.clearfix { 
	display: block; 
	} 
/* End hide from IE-mac */				  		  		    		   			



table.tableInfo { 
	margin-left:12px;
	}
	
.messageToJobseeker {
    margin-left: 12px;
	border: 1px solid #FF790C;
	}	
	
th.thInfo {padding:2px; text-align:center; background-color:#cccccc; font-weight:bold; color: #FFFFFF;}
tr.trOver {background-color:#FFC;}
td.tdInfo {padding:2px; border-bottom:1px dotted #666666; }

.details_link a, a.details_link {
               color: #50709b;
			   font-family: Arial, Helvetica, sans-serif;
			   font-size:12px;
			   text-decoration: none;
			   margin: 0px;
			   padding: 0px;
			  }
			  
#mailer {width: 300px;
         height: 50px;
		 background-color: white;
		 text-align: center;
		 padding-top: 20px;
		 font-weight: bold;
		 color:#FF6600;
		 }			  
		 
/* CSS ZA VESTI */

.news_style{
display:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color:#0066FF;
}

#mynews    {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            color:#0066FF;
		   }	
.news_show
{
background-color: white;
color:black;
width:150px;
height:135px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;	
text-align: justify;
}
.news_border
{
background-color: white;
width:150px;
height:135px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #A3A0A0;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #A3A0A0;
width:75px;
height:30px;
color:black;
text-align:right;
float: left;
}
.news_title{
font-family: Arial, Helvetica, sans-serif;
width: 65px;
height: 20px;
font-size: 10px;
border: 0px solid #A3A0A0;
/*padding: 10px 15px 9px 5px;*/
padding-right: 10px;
padding-top: 10px;
color:#FF790C;
font-weight: bold;
float: left;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
/*position: absolute;*/
float: left;
width: 60px;
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid #A3A0A0;
/*border-top-color: white;*/
border-top:none;
height:20px;
}	

#empty_control_div
{
clear: both;
width: 161px;
height: 5px;
border:0px solid black;
overflow: hidden;
}
span.detaljnije a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6685AE;
text-decoration:none;
}	 

/* Anketa */

#pitanje_anketa {	
	width:160px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	overflow:hidden;
}
				 
#odgovor_anketa {	
	width:160px;
	text-align:center;
	padding:0px;
	margin:0px;
}

#odgovor_anketa img {	
	padding:0px;
	margin:0px;
	padding-bottom:2px;
}
				 
#pitanja {	
	width:160px;
	height:120px;
	font-size: 11px;
}

.anketa_odgovor {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	text-align: left;
}
				 
/* INFO slike */
span.image_info  {
                  z-index: 10000;
              
			 }
			 
.tooltiph    {
              background-color: #6685AE;
			  border-top: 3px solid #FF790C;
			  border-left: 1px solid #A3A0A0; 
			  border-right: 1px solid #A3A0A0;
			  color: white;
			  width: 104px;
			  text-align: left;
			  padding: 3px;
			  z-index: 1000;
             }
			 
.tooltipb    {
              background-color: #FFFFFF;
			  border: 1px solid #6685AE;
			  color: #000000;
			  width: 104px;
			  padding: 3px;
			  z-index:1000;
			 }
			 
.datah       {
              background-color: #FFFFFF;
			  border: 1px solid #6685AE;
			  color: #000000;
			  width: 350px;
			  padding: 3px;
			  z-index:1000;
			  position: absolute;
			  height: 100px;
			 }
			 
.datab    {
              background-color: #FFFFFF;
			  border: 1px solid #6685AE;
			  color: #000000;
			  width: 350px;
			  padding: 3px;
			  z-index:1000;
			  position: absolute;
			  top:100px;
			 }			 			  			 			 

span#loading      {
                   color: #FF0000;
				   font-family: Arial, Helvetica, sans-serif;
				   font-size: 12px;
				   position: relative;
				   margin-left: 10px;
				  }	
				  
#loader           {
                   position: absolute;
				  } 	
				  
.leftRegion		{ float: left; width: 190px; padding-bottom:15px; border-right: 1px solid #FF790C; position: relative; z-index: 1; }
.middleRegion	{ float: left; width: 190px; padding-bottom:15px; margin-left: 5px; }
.rightRegion	{ float: left; width: 190px; padding-bottom:15px; border-left: 1px solid #FF790C; }	
.leftRegion p, .middleRegion p, .rightRegion p { font-size:11px; margin-bottom: 3px; } 
.rightRegion p { margin-left: 5px; }				  
.leftRegion p a, .rightRegion p a, .middleRegion p a { font-size:11px; text-decoration: none; color: #FF790C; background-image: url(../images/ball_static.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}
.leftRegion p a:hover,.rightRegion p a:hover,.middleRegion p a:hover { font-size:11px; text-decoration: underline;  background-image: url(../images/ball.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}				  				  

.leftCities		{ float: left; width: 190px; padding-bottom:15px; border-right: 1px solid #FF790C; position: relative; z-index: 1; }
.middleCities	{ float: left; width: 190px; padding-bottom:15px; margin-left: 5px; }
.rightCities	{ float: left; width: 190px; padding-bottom:15px; border-left: 1px solid #FF790C; }	
.leftCities p, .middleCities p, .rightCities p { margin-bottom: 3px; } 
.rightCities p { margin-left: 5px; }				  
.leftCities p a, .rightCities p a, .middleCities p a {text-decoration: none; color: #FF790C; background-image: url(../images/ball_static.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}
.leftCities p a:hover,.rightCities p a:hover,.middleCities p a:hover { text-decoration: underline;  background-image: url(../images/ball.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}				  				  
				  
.leftCategories		{ float: left; width: 280px; padding-bottom:15px; padding-left:10px; border-right: 1px solid #FF790C; }
.rightCategories	{ float: left; width: 280px; padding-bottom:15px; }	
.leftCategories p, .rightCategories p { margin-bottom: 3px; } 
.leftCategories p a, .rightCategories p a { background: url(../images/ball_static.gif) no-repeat top left; padding-left: 16px;}
.leftCategories p a:hover,.rightCategories p a:hover { background: url(../images/ball.gif) no-repeat top left; padding-left: 16px;}				  				  

				  
/* contact */

#contact_form    {
                  width: 583px;
				  min-height: 300px;
				  position: relative;
				  bottom: 5px;
				 } 
				 
#contact_text    {
                  margin-bottom: 20px;
				 } 	
				 
#mailing_text    {
                  margin-left: 20px;
				  margin-right: 20px;
				  margin-top: 10px;
                  margin-bottom: 20px;
				 } 				 			 
				 
div.invisible       {display: none;}	
div.visible         {display: block;}

.regMedium       {
                  width: 200px;
				  border: 1px solid #FF790C;			 				  				  			   				  			  			  			 		 								                 }
				  
.button               {width: auto; background-color: #6685AE; border-style: none; border:1px solid #FF790C; color: white; padding-left: 10px; padding-right: 10px; padding-top: 1px; padding-bottom: 1px; margin-top: 3px; cursor: pointer;}
.button:disabled      {background-color: #ccc;}

.button2               {width: auto; background-color: #6685AE; border-style: none; border:1px solid #FF790C; color: white; cursor: pointer; font-size: 10px;}

a.button               {width: auto; background-color: #6685AE; border-style: none; border:1px solid #FF790C; color: white; padding-left: 10px; padding-right: 10px; padding-top: 1px; padding-bottom: 1px; margin-top: 0px; cursor: pointer; margin-left: 0px;}

a.button1               {width: auto; background-color: #6685AE; border-style: none; border:1px solid #FF790C; color: white; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; position: relative; top: 7px; cursor: pointer; margin-left: 0px;}

a.button2               {width: auto; background-color: #6685AE; border-style: none; border:1px solid #FF790C; color: white; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 2px; position:relative; top: 3px; cursor: pointer; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 5px;}

/* admin deo employer */
table.tableInfo { 
	margin-left:12px;
	color: black;
	}
	
th.thInfo {padding:2px; text-align:center; background-color:#98ADC9; }
th.thInfo a {color: white; text-decoration: none; }
tr.trOver {background-color:#FFC; z-index:5;}
td.tdInfo {padding:2px; border-bottom:1px dotted #666666; text-align: center;}				  		  		    		   			
th.thInfoV {padding:2px; text-align:left; background-color:#98ADC9; font-weight:bold; padding-left: 5px; color: white;}
td.tdInfoV {padding:2px; border-bottom:1px dotted #666666; padding-left:5px;}
td.tdInfoV ul {list-style-type: none;}

.pop_link a{text-decoration: none; color: #FF790C; background-image: url(../images/ball_static.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px; font-weight:normal; }

.pop_link a:hover {text-decoration: underline;  background-image: url(../images/ball.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}
					 
.headline  {color: 	#6685AE; font-size:12px; font-weight: bold;}
a.pravilaLink {color: 	#6685AE;}	

.ball_tab      { position: absolute; top: 8px; left: 8px;}
	 	

/*
	dodati stilovi
*/

.srchResCompany {
	width:354px;
	height:30px;
	padding-top:30px;
	text-align:center;
	float:left;
	}
	
.srchResCompany h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #50709b;
	font-size: 16px;
	}
	
.srchResFor {
	width:560px;
	padding-top:20px;
	text-align:left;
	color: #5070BD;
	}

.srchResDescription {
	width:564px;
	text-align:left;
	}
	
.srchResConditions {
	width:564px;
	padding:20px 10px 10px 10px;
	text-align:left;
	}
			
/*  new added */	
.display_none, .display_none_rest    {
    display: none;
	}	
	
li.not_display {
                 display:none;}	


.contetn_bkg   { 
                width: 602px; 
				height: auto; 
				background-color: #e7e7e7;
				border-left:1px solid #FF790C;
				border-right: 1px solid #FF790C;
				border-bottom: 1px solid #FF790C; 
				position: relative;
			   }
			   
.left_corner_text_page
               {
			    width: 40px;
				height: 34px;
				position: absolute;
				bottom: -1px;
				left: -1px;
				background: url(../design_images/text_page_left_corner.png) top left no-repeat;
			   }
			   
.right_corner_text_page
               {
			    width: 40px;
				height: 34px;
				position: absolute;
				bottom: -1px;
				right: -1px;
				background: url(../design_images/text_page_right_corner.png) top left no-repeat;
			   }
			   
#header_job_content
               {
			    width: 604px;
				height: 28px;
				background: url(../design_images/header_job_description.png) top left no-repeat;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold;
				color: #FFFFFF;
				text-align: center;
				padding-top: 5px;
			   }
			   
div.bold_blue_text, span.bold_blue_text
               {
			    font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #5070BD;
				margin-top: 20px;
				margin-bottom: 5px;
				width: 564px;
			   }
			   
div.regular_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 	#5070BD;
	text-align: justify;
}
	
	div.regular_blue_text p			{ padding:10px 0px; }
	div.regular_blue_text ul		{ padding:10px 0px 10px 30px; }
	div.regular_blue_text blockquote{ padding:10px 0px 10px 30px; }
	div.regular_blue_text a			{ color:#F60; font-weight:normal; text-decoration:none; }
	div.regular_blue_text a:hover	{ text-decoration:underline; }
			     
ul.lista1	   {
                list-style-type:circle;
				padding-left: 40px;
				padding-right: 20px;
				width: 503px;
				height: auto;
				background-color:#d3d8dd;
				padding-top: 20px;
				padding-bottom: 20px;
				border:1px solid #4d687d;
				position: relative;
			   }
			   
div.lista1	   {
				padding-left: 0px;
				padding-right: 0px;
				width: 562px;
				height: auto;
				background-color:#d3d8dd;
				padding-bottom: 20px;
				border:1px solid #4d687d;
				position: relative;
			   }			   
			   
.left_top_circle
               {
			    width: 21px;
				height: 20px;
			    position: absolute;
				top: -1px;
				left: -1px;
				background:url(../design_images/left_top_circle.png) top left no-repeat;
				}	
				
.right_top_circle
               {
			    width: 21px;
				height: 20px;
			    position: absolute;
				top: -1px;
				right: -1px;
				background:url(../design_images/right_top_circle.png) top left no-repeat;
				}	
				
.left_bottom_circle
               {
			    width: 21px;
				height: 20px;
			    position: absolute;
				bottom: -1px;
				left: -1px;
				background:url(../design_images/left_bottom_circle.png) top left no-repeat;
				}	
				
.right_bottom_circle
               {
			    width: 21px;
				height: 20px;
			    position: absolute;
				bottom: -1px;
				right: -1px;
				background:url(../design_images/right_bottom_circle.png) top left no-repeat;
				}								   
                 		   			   				   				   
			   
#nove_poruke, #procitane_poruke, #neprocitane_poruke
               {
			    position: relative;
				top: 0px;
			   }
			   
#poruke_zaglavlje
               {
			    float: left;
			   }
			   
.blockHome     {
                width: 524px;
				height: 128px;
			   }
			   
.blockHome img {
                float: left;
			   }				   
			   
.afterImage    {
                width: 390px;
				height: 128px;
				float: right;
			   }
			   
.afterImageHead
               {
			    padding-top: 5px;
				padding-left: 30px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #778FAF;
				font-weight: bold;
			   }
			   
.afterImageBody
               {
				padding-left: 25px;
			   } 
			    
.afterImageBody .pop_link
               {
			    padding-top: 10px;
			   } 	
			   
.button_alignement
               {
			    text-align: right;
			   }
			   
.add_link      { margin-top: 10px; }

.add_link a{text-decoration: none; color: #FF790C; background-image: url(../images/24/add.gif); background-repeat: no-repeat; background-position: top left; padding-left: 28px; font-weight:normal; padding-bottom: 6px; padding-top: 6px;}

.add_link a:hover {text-decoration: underline; }

.view_link      { margin-top: 10px; }

.view_link a{text-decoration: none; color: #FF790C; background-image: url(../images/24/search.gif); background-repeat: no-repeat; background-position: top left; padding-left: 28px; font-weight:normal; padding-bottom: 6px; padding-top: 6px;}

.view_link a:hover {text-decoration: underline; }

.edit_link      { margin-top: 10px; }

.edit_link a{text-decoration: none; color: #FF790C; background-image: url(../images/24/edit.gif); background-repeat: no-repeat; background-position: top left; padding-left: 28px; font-weight:normal; padding-bottom: 6px; padding-top: 6px;}

.edit_link a:hover {text-decoration: underline; }

.back_link      { margin-top: 10px; }

.back_link a{text-decoration: none; color: #FF790C; background-image: url(../images/24/back.gif); background-repeat: no-repeat; background-position: top left; padding-left: 28px; font-weight:normal; padding-bottom: 6px; padding-top: 6px;}

.back_link a:hover {text-decoration: underline; }
.next_link      { margin-top: 10px; }

.next_link a{text-decoration: none; color: #FF790C; background-image: url(../images/24/next.gif); background-repeat: no-repeat; background-position: top left; padding-left: 28px; font-weight:normal; padding-bottom: 6px; padding-top: 6px;}

.next_link a:hover {text-decoration: underline; }


.saveti        { width: 559px; border-top:3px solid #98ADC9; min-height: 50px; margin-left: 12px; margin-bottom: 20px; padding: 10px; padding-top: 0px; }	

.naslov_savet  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin-bottom: 5px; margin-top: 15px; color: #50709B; font-style: italic;}	

#documents     { width: 531px; height: auto; background-color: #FFFFFF; border:1px solid #FF790C; padding: 20px; }
#documents div { margin-bottom: 5px; height:17px; }
#documents a   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000; float: left;}
#documents a.delete  { width: 16px; height: 16px; float: right; position:relative; top: 2px;}	

.prvi_savet    { margin-top: 0px; }
.saveti_jobseeker  { padding: 20px; padding-bottom: 0px; width: 564px;} 
#searchTips    { height: auto; margin-bottom: 20px;}
#keywordsTip   { width: 200px; float: left; height:auto; text-align: justify; color: #ff790c;}
#keywordsTip strong {color: #50709B;}
#keywordsField { width: 350px; float: left; text-align: right; }		  
.example_text  { color: #999999; text-align: center; font-style: italic;}	
.stars         { margin-top: 10px; margin-bottom: 10px; height: 30px; padding-bottom:10px; border-bottom:1px solid #F90; }  

#contactLine   { text-align: left; margin-bottom: 10px; font-style: italic;}	
.ugao          { position: absolute; top: -5px; right: 5px; padding-top: 5px; }		

a.root_tree     { font-family:Arial, Helvetica, sans-serif; font-size: 15px; font-style:italic; font-weight:bold; color: #50709B; }	
a.first_level   { font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style:normal; font-weight:bold; color: #50709B; }	
a.second_level  { font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-style:normal; font-weight:bold; color: #50709B; }	
li.third_level   { font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-style:normal; font-weight:normal; color: #000000; padding-left: 2px; background-color: #FFFFFF; padding: 10px;} 

#terms          { height: 305px; }
#terms_text     { width: auto; height: 250px; margin: 10px; border: 1px solid #ff790c; overflow: auto; background-color: white; text-align: left; padding: 5px;}
#terms_form     { width: auto; margin: 10px; padding-bottom:10px;} 
.podaci         { float: right; width: 50px; width: 245px;} 				   				   				   				   
.podaci span    { text-align: right; width: 150px; padding-left: 5px;}		
#jobLimit       { border: 1px solid #5070c4; width: 552px; padding-left: 6px; color:#5070c4; }	 
#jobLimit p     { margin-top: 10px; margin-bottom: 5px; } 
#jobLimit legend { margin-left: 50px; border: 1px solid #5070c4; padding: 3px; background-color: #ff790c; color: #5070c4; } 				   					   			.documents , .listDocs li		{ margin-bottom: 10px; *margin-bottom: 5px; }	
label.documents { margin-left: 10px; }   				   	  



.dvhdr1 {
	background-color:#efefef;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border:1px solid #ccc;
	border-bottom:0px;
	padding:5px;
	width:350px;
	color:#f60;
}

.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:11px;
	border:1px solid #ccc;
	border-top:0px;
	padding:5px;
	width:350px;
	color:#039;
}

.ulAdviceCategory {
	display:none;
	padding-bottom:15px;
}

.divAdviceText {
	display:none;
	padding-bottom:20px;
}

.divAdviceText img { margin:0px 5px; }

.tekst_savet img { margin:0px 5px; }

.textError { color:#f60; }

.ball_tab { display:none }

.socDIV { width:564px; margin:20px 0px; padding:5px 0px; border-bottom:1px solid #FF790C; }
.socDIV2{ width:524px; margin:0px; padding:5px 0px; border-bottom:1px solid #FF790C; }
.socLink{ float:right; display:block; margin-left:8px; }
.socImg { float:left; }
.socDesc{ float:left; padding:3px 0px 0px 1px; font-size:10px; }

#divPrijatelj			{ position:absolute; width:300px; height:100px; left:282px; margin-top:23px; padding:0px; background:#e7e7e7; border:1px solid #FF790C; border-top:0px; display:none; }
#divPrijatelj ul 		{ padding:10px 0px 0px 0px; margin:0px; }
#divPrijatelj li 		{ clear:both; width:290px; padding:0px; margin:0px; list-style-type:none; }
#divPrijatelj li label	{ float:left; text-align:right; padding-right:5px; padding-top:4px; width:100px; }
#divPrijatelj li input	{ float:right; width:180px; margin-top:2px; border: 1px solid #FF790C; }
#divPrijatelj li .button{ float:right; width:85px; margin-top:2px; border: 1px solid #FF790C; }

.divPrijateljDiv	{ position:absolute; width:300px; height:100px; left:282px; margin-top:23px; padding:0px; background:#e7e7e7; border:1px solid #FF790C; border-top:0px; display:none; }
.divPrijateljDiv ul 		{ padding:10px 0px 0px 0px; margin:0px; }
.divPrijateljDiv li 		{ clear:both; width:270px; padding:0px; margin:0px; list-style-type:none; }
.divPrijateljDiv li label	{ float:left; text-align:right; padding-right:5px; padding-top:4px; width:100px; }
.divPrijateljDiv li input	{ float:right; width:160px; margin-top:2px; border: 1px solid #FF790C; }
.divPrijateljDiv li .button{ float:right; width:85px; margin-top:2px; border: 1px solid #FF790C; }