#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 589px !important;
	height: 281px; /* Dialog will be no smaller than this */ /* Dialog will wrap after this width */
	color: #FFF;
	background: rgba(255, 255, 255, 0.83) !important;
	/* border: 2px solid #fff; */
	background: rgba(230, 230, 230, 0.74) !important;    border: 2px solid #FFF;
	border-radius: 8px;
}

#popup_title {
	font: 33px arial;
	text-align: center;
	line-height: 1.75em;
	color: #000000;
	/* background: #DA0404; */
	/* border: solid 1px #FFF; */
	/* border-bottom: solid 1px #999; */
	cursor: default;
	/* padding: 15px 0; */
	/* margin: 0em; */
}

#popup_content {
	/* background: #418DBF; */
	/* padding: 1em 1.75em; */
	/* margin: 1px; */
	/* position: relative; */
	/* height: 220px; */
	width: 540px;
	margin: 0 auto;
	height: 150px;
}

#popup_content.alert {
	/* background-image: url(images/info.gif); */
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
	font: bold 18px arial;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	height: 130px;
	/* width: 400px; */
	padding: 7px;
}

#popup_panel {
	text-align: center;
	/* margin: 1em 0em 0em 1em; */
	/* height: 160px; */
	position: relative;
}

#popup_prompt {
	margin: .5em 0em;
}

.identefikator{
    font: bold 20px arial;
    color: rgb(196, 0, 0);
}

.vnimanie{
    color: rgb(219, 0, 0);
}

#popup_ok{
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 177px;
    outline: 0;        font-size: 22px;    color: #0F0F0F;    width: 200px;    height: 40px;    
    background: #DBDBDB;    border: 1px solid #fff;    border-radius: 8px;
}

#popup_ok:hover{
	background: url("../images/close.png") 0px -190px no-repeat;
}

#popup_ok:hover{
    /* border: 2px solid #949494; */
    background: #E7E7E7;
}

#popup_title > div{
	position: relative;
	font: 30px 'helioscond', arial, tahoma, serif !important;
	color: #000;
	height: 42px;
	padding-top: 10px;
}

#popup_title .curier{
	text-align: right;
	padding-right: 24px;
}

#popup_title .curier:after{
	content: '';
	display: block;
	position: absolute;
	top: -90px;
	left: 15px;
	width: 179px;
	height: 142px;
	background:url("../images/curier.png");
	background-repeat: no-repeat;
}

#popup_message p{
    font: 18px arial;
    color: #000;
    text-align: left;
    color: #000;
}

#popup_message p b{
	font-weight: bold;
	color: #000;
}

#popup_title .ems{
	text-align: left;
	text-indent: 25px;
}

#popup_title .ems:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 9px;
	width: 238px;
	height: 36px;
	background:url("../images/ems.png");
	background-repeat: no-repeat;
}

#popup_title .error{
	text-align: right;
	padding-right: 24px;
}

#popup_title .error:after{
	content: '';
	position: absolute;
	left: 28px;
	top: -57px;
	width: 107px;
	height: 96px;
	background:url("../images/error.png");
	background-repeat: no-repeat;
}

/* OK
------------------------------------------------------------- */
#popup_title #OK{
	position: relative;
	color:#354B01;
	font: 45px 'helioscond', arial, tahoma, serif !important;
	padding-top: 16px;
	height: 48px;
	text-indent: 69px;
}

#popup_title #OK:after{
	content: '';
	position: absolute;
	top: 15px;
	left: 102px;
	width: 54px;
	height: 45px;
	background:url("../images/ok.png");
	background-repeat: no-repeat;
}

.OK{
	background: url("../images/modal_window.png") 0 -281px no-repeat !important;
}

.OK #popup_ok{
}

.OK #popup_ok:hover{
}

/* DOC
------------------------------------------------------------- */
#popup_title #DOC{
	text-align: right;
	margin-right: 80px;
}

#popup_title #DOC:after{
	content: '';
	position: absolute;
	top: -57px;
	left: 5px;
	width: 178px;
	height: 142px;
	background:url("../images/dok.png");
	background-repeat: no-repeat;
}

.DOK{
	background: url("../images/modal_window.png") 0 -281px no-repeat !important;
}

.DOK #popup_ok{
    background-position: 0 -7px;
}

.DOK #popup_ok:hover{
    background-position: 0 -70px;
}

#popup_cancel{
	width: 35px;
	height: 33px;
	background:url("../images/popup_close.png");
	background-repeat: no-repeat;
	position: absolute;
	right: -20px;
	top: -217px;
	cursor: pointer;
	border: 0;
}