/* Диалоги */
.dialogred_zanoves{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9000;
	top:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
	display:block;
}
.dialogred{
	width:100%;
	height:100%;
	position:fixed;
	overflow:auto;
	overflow-y:scroll;
	z-index:10000;
	top:0;
	bottom:0;
}

.dialogred_cont{
	position:absolute;
	left:50%;
	top:-100%;
}
.dialogred .label{
	position:relative;
	z-index:100000;
	min-height:100%;
	padding:0;
}
.dialogred .absbg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:110000;
	width:100%;
	height:100%;
	background:#dfdfdf;
	opacity:1;
}
.dialogred .bg{
	position:relative;
	z-index:120000;
	background:#fff;
	border:1px #d7d7d7 solid;
}
.dialogred .bg2{
	border:0px #000 solid;
	margin:0px;
}
.dialogred .close{
	position:absolute;
	top:15px;
	right:20px;
	z-index: 999;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url(img/close10.png);
	cursor:pointer;
	opacity:0.85;
}
.dialogred .close:hover{
	opacity:1;
}
.dialogred .data{
	padding:55px;
}
.dialogred .foot{
	position:relative;
	height:100px;
}

.dialogred.template_2 .data{
    padding:19px;
}
.dialogred.template_2 .close{
	top:25px;
	right:27px;
	width:45px;
	height:45px;
	background-image:url(img/close9.png);
}

.dialogred.template_2 .data{
    padding:0;
}
.dialogred.template_2 .bg{
    border:0;
}
.dialogred.template_2 .close{
	top:16px;
	right:12px;
	width:21px;
	height:22px;
	background-image:url(img/close3.png);
}

.dialogred.template_3 .data{
    padding:20px;
}
.dialogred.template_2 .bg{
    border:0;
}
.dialogred.template_3 .close{
    top:25px;
    right:27px;
    width:45px;
    height:45px;
    background-image:url(img/close9.png);
}