/* CSS Components */

/***************** ERROR WINDOWS *******************/

div#logerr3, div#logerr2 {
	background: white url(/images/bg_err.gif) repeat-x scroll left top;
	border: 3px solid #000000;
	padding: 5px;
	position: absolute;
	width: 380px;
	/* height: 120px; */
	left: 350px;
	top: 300px;
	font-family: Arial;
	font-size: 12px;
	display: none;
}

div#logerr3 .header, div#logerr2 .header {
	/* background: #014B84; */ /* modra */
	background: #780200 url(/images/ico_err.gif) no-repeat 8px 8px; /* cervena */
	color: white;
	font-weight: bold;
	height: 13px;
	padding: 10px 10px 10px 30px;
	text-align: left;
	width: auto;
}

div#logerr3 .errtext, div#logerr2 .errtext {
	padding: 5px;
	color: black;	
}

div#logerr3 .errtext p, div#logerr2 .errtext p {
	padding: 5px 0;
	margin: 0 0 5px;
}  

div#logerr3 a.close, div#logerr2 a.close {
	display: block;
	text-align: center;
	float: none;
	width: auto;
	height: auto;
	background: #EEEEEE;
	color: black;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}

div#logerr3 a#amail, div#logerr2 a#amail {
	background: transparent url(/images/ico_errmail.gif) no-repeat left 2px;
	float: none;
	width: auto;
	height: auto;
	color: black;
	padding: 0 0 0 22px;
	margin: 0;
}

div#logerr3 a.close:hover, div#logerr2 a.close:hover {
	background: #DEDEDE;
}

.linka-err {
	background: transparent url(/images/linka2.gif) repeat-x left top;
	height: 1px;
	overflow: hidden;
	margin: 5px 0;
}


