#fade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
img.btn_close {
	float: right;
	margin: -18px -18px 0 0;
	*/
	text-decoration: none;
	border: none;
}
.modal_title {
	margin: -23px 0 0 0;
	position: relative;
	top: -5px;
	height: 43px;
}
#errorlogin,
 #errormessage {
	color: red;
	font: bold;
	display: none;
}
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
#check_pod {
	line-height: 100%;
	margin-top: 20px;
	width: 100%;
	background-color: #d6dbe1;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 2px #b6b7b8;
	-moz-box-shadow: 2px 2px 2px #b6b7b8;
	box-shadow: 2px 2px 2px #b6b7b8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 8pt;
}
.check_podin {
	text-align: left;
	margin-bottom: 3px;
	padding-left: 15px;
	text-indent: -23px;
	margin-right: -5px;
}
.left25 {
	padding-left: 45px;
}
.podp_title {
	position: relative;
	top: -16px;
}
#ipodp {
	width: 12px;
	height: 12px;
}
.popup_block {
	display: none;
	background: #edeff0;
	padding: 3px;
	border: 20px solid #edeff0;
	border-bottom: 10px solid #edeff0;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
}
.popup_block table {
	width: 100%;
	font: bold 10pt arial;
	text-align: left;
	line-height: 70%;
}
.popup_block input {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #edefe0;
	height: 22px;
	width: 189px;
	padding-left: 5px;
}
.popup_block .inputKol {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #f5f6f6;
	height: 24px;
	width: 189px;
	padding-left: 5px;
	background-image: url(/res/images/modal/dot.png);
	background-position: top;
	background-repeat: repeat-x;
}
.popup_block #bdiv {
	margin-top: 15px;
	margin-left: 20px;
}
.popup_block .modalEmail {
	padding-left: 20px;
}
.popup_block .plusMinus {
	float: left;
}
.popup_block .KolMinus {
	float: left;
	background-image: url(/res/images/modal/minus.png);
	height: 28px;
	width: 22px;
}
.popup_block .KolPlus {
	float: left;
	background-image: url(/res/images/modal/plus.png);
	height: 28px;
	width: 22px;
}
.popup_block .KolMinus:hover {
	background-image: url(/res/images/modal/minus.h.png);
	cursor: pointer;
}
.popup_block .KolPlus:hover {
	background-image: url(/res/images/modal/plus.h.png);
	cursor: pointer;
}
.popup_block #npp {
	text-align: left;
	margin-top: 5px;
	font-size: 8pt;
	float: left;
}
.popup_block #npp a {
	text-decoration: underline;
}
