/*For Quit Button*/
.quitScreenContainer{
	height: 270px;
    width: 513px;
    z-index: 99999992;
	display:none;	
}
.quitScreenDivTop {
    background: url("../../../image/kindervention/exit_alert_panel_topBottom.png") 0px 0px;
    width: 513px;
    height: 27px;
}

.quitScreenMiddleDiv {
	background: url("../../../image/kindervention/Panel_middle.png");
    width: 512px;
    height: 214px;
}
.quitScreenDivBottom {
    background: url("../../../image/kindervention/exit_alert_panel_topBottom.png") 0px -50px;
    width: 513px;
    height: 28px;
}
.btnQuitScreen{
 	position: relative;
    top: 40px;
}
.quitText{
 	color: #FFFFFF;
    float: left;
    font-family: 'grobold';
    font-size: 21px;
    left: 27px;
    position: relative;
    text-align: center;
    top: 37px;
}
.quitQText{
	left:134px !important;
	top:93px !important;
}
.shellQuitBtn {
    margin: 4px;
    background-image: url("../../../image/kindervention/button_logo.png");
    height: 119px;
	width: 85px;
    border: 0 none;
    outline: none;
    background-color: transparent;
}
.backQuitBtn {
    background-position: -5px -300px;
    bottom: 18px;
    position: relative;
    right: 53px;
}
input.backQuitBtn:hover {
    cursor: pointer;
    background-position: -100px -300px;
}
.quitQBtn {
    background-position: -195px -300px;
    bottom: 17px;
    left: 33px;
    position: relative;
}
input.quitQBtn:hover {
    cursor: pointer;
    background-position: -290px -300px;
}
.quitCloseBtnContainer{
    bottom: 11px;
    float: right;
    height: 40px;
    left: 9px;
    position: relative;
    width: 40px;
}
.quitCloseBtn{
    background: url("../../../image/kindervention/loginscreen/crossButton.png");
    height: 40px;
    width: 40px;
    border: 0 none;
    outline: none;
    background-color: transparent;
}
input.quitCloseBtn:hover{
    cursor: pointer;
    background-position: -45px 0px;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    opacity: 0.50;
    filter: alpha(opacity = 15);
    -moz-opacity: .15;
    z-index: 100001;
    display: none;
}
/*For Quit Button*/
.web_dialog {
	 display: none; 
	 position: fixed;
  	z-index: 102;
  /*  background-color: #FFFFFF;
    border: 2px solid #336699;
   
    font-family: Verdana;
    font-size: 10pt;
    height: 137px;
    left: 50%;
    
    padding: 25px;
   
 
    width: 380px;
   
    */
}

.web_loading {
     
    display: none;
    font-family: Verdana;
    font-size: 10pt;
    height: -1px;
    left: 50%;
    margin-left: -40px;
    margin-top: -100px;
    padding: 25px;
    position: fixed;
    top: 50%;
    width: 17px;
    z-index: 102;
}

.web_loading_overlay {
	
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.31;
    filter: alpha(opacity = 15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
	
}

