﻿
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:100;
}
.popupW {
    background-color: #FFFFFF;
    display: none;
    font-size: 13px;
    position: fixed;
    z-index: 200;
	padding:10px 30px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
cursor:pointer;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

.modbatt{
  cursor: pointer;
	/* display:block; */
}
.krest {
    background: transparent url("../img/x.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
}