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

DIV#opozorilo
{
			
    display:none;		
    position:absolute;		
    width:170px;		
    padding:3px;		
    border:1px solid #636363;		
    background-color:#FF6701; 
	color:#fff;
}

DIV#opozorilo2
{
			
    display:none;		
    position:absolute;		
    width:170px;		
    padding:3px;		
    border:1px solid #636363;		
    background-color:#FF6701; 
	color:#fff;
}

a#popup {
	position: relative;
}

a#popup span {
	display: none;
}

a#popup:hover span {
	display: block;
	position: absolute;
    width:250px;		
    padding:3px;		
    border:1px solid #636363;		
    background-color:#FF6701; 
	color:#fff;
	left: 5px;
	top: 25px;
}