.piskotiOpozorilo {
	color: #555555;
	background-color: #f4f4f4; 
	border: 1px solid #d9d9d9; 
    z-index: 100000;
    position: fixed;
    display: block;
    bottom: 0px;
	width: 100%;
	text-align: right;
	padding: 2px 5px 0px 10px;	
	font-size: 11px;
	line-height: 32px;
	font-family: Trebuchet MS,Helvetica,Verdana,Tahoma,Helvetica,Arial;
}
*+html .piskotiOpozorilo {
  position: relative;
  padding: 2px 0 0px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}
.piskotiOpozorilo a {
	color: #555555;
	text-decoration: underline;
}
.piskotiOpozorilo a:hover {
	text-decoration: none;
}

.piskotiOpozorilo input{
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #d9d9d9;
	margin-left: 20px;
	margin-top: 1px;
	cursor: pointer;
	font-size: 11px;
	float: right;
	width: 100px;
	background: #d2d2d2;
	font-family: Trebuchet MS,Helvetica,Verdana,Tahoma,Helvetica,Arial;
}
.piskotiOpozorilo input:hover{
	background-color: #f4f4f4;
}
.obvestilo {
	width: 716px;
	float: left;
}

.obvestilodiv {
  width: 838px;
  margin: 0 auto;
}