#shadow {
    background-image:url(/frames/shade1x1.png); 
    position:absolute; 
    left:0; 
    top:0; 
    width:100%; 
    z-index:200;
    display: none;
}
.turnedOff {
    z-index: 300;
}
.wboxer {
	position:absolute;
	left:0;
	top:0;
	display: none;
	width: 100%;
    height: 1000px;
	color:#000;
    background-color: #000; 
    z-index: 2;
    
}
.wbox {
    position:absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 100px;
    color: #000;
    background-color: #fff; 
    z-index: 3;
    border: solid 2px #f22;
    
}
.wbox .loading {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px 10px;
    color: #000;
}
.wbox .close {
    height: 20px;
    background-color: #f22;
}
.wbox .close .title {
    float: left;
    width: 80%;
    font-weight: bold;
    padding: 2px 0px 0px 3px;
    color: #fff;
    font-size: 12px;
}
.wbox .close img {
    float: right;
}
.AjaxLoader {
    float: left;
    width: 20px;
}
.wbox .hiba {
    width:370px;
    margin:10px 0px 10px 10px;
    padding:5px;
    border: dotted 1px #f22;
}
.wbox  .hiba .kep {
    float:left;
    padding: 3px;
    margin: 0px;
}
.wbox  .hiba .hiba_fejlec {
    float:left;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 25px;
    margin: 0;
    color: #932;
}
.wbox .hiba .szoveg {
    clear:both;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom : 10px;
    padding-left: 18px;
    margin: 0;
    color: #000;
}
.wbox .hiba .gomb {
    clear:both;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom : 10px;
    padding-left: 18px;
    margin: 0;
    color: #000;
    text-align: center;
}
#wBoxLoader {
	background-color:#ddbd00;
	position: absolute;
	display: none;
	border: solid 2px #aaa;
}
#wBoxLoader img {
	margin: 50px;
}
#wHelpBox {
/*
	background-color:#ddbd00;
*/
	position: absolute;
	padding: 5px;
	display: none;
/*    
	border: solid 2px #aaa;
*/    
}
.inp_div .cb_box {
    width: 20px;
    float:left;
}
.inp_div .cb_box input{
    width: 20px;
    float:left;
}
.inp_div .cb_name {
    width: 250px;
    float:left;
    margin-left : 20px;
}

#wBoxDiv {
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

#wBoxBg {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 0px;
    height: 0px;
    display: none;
    background: black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
    
}


#WSelect {
    background-color:#fff;
    position: absolute;
    padding: 5px;
    display: none;
    border: solid 2px #aaf;
    z-index:6;
    overflow: auto;
}
