#divBackBG{
    z-index: 990;
    display:none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	position:fixed;
    left:0px;
    top:0px;
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
/*confirm Box*/
#confirm{
    z-index: 991;
	display:none;
	position:fixed;
	position: fixed;
	width: 300px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px; /* Negative half of height. */
	margin-left: -150px; /* Negative half of width. */
	background-color:#fafafa;
	border-style:outset;
	border-width:2px;
	border-color:#f00;
	text-align:center;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}
#confirmTXT{
	padding:10px;
	font-weight:bold;
}
#confirm a{
	position: absolute;
	color: #000;
	text-decoration:none;
	font-weight:bolder;
	padding: 5px 25px 5px 25px;
	bottom:10px;
	border-style:outset;
	border-width:5px;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	opacity:0.5;
}
#confirm a:hover{
	color:#000;
	border-style:inset;
	text-decoration:none;
	opacity:0.7;
}
/*login Box*/
#login{
    z-index: 991;
	display:none;
	position:fixed;
	position: fixed;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-top: -75px; /* Negative half of height. */
	margin-left: -150px; /* Negative half of width. */
	background-color:#fafafa;
	border-style:outset;
	border-width:2px;
	border-color:#f00;
	text-align:center;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}
#loginTXT{
	padding:10px;
	font-weight:bold;
}
#login input#loginBTN,#login input#exitBTN{
	width:auto;
	position: absolute;
	color: #fff;
	text-decoration:none;
	font-weight:bolder;
	padding: 5px 25px 5px 25px;
	bottom:10px;
	border-style:outset;
	border-width:5px;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.9);
	-moz-box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.9);
	box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.9);
	cursor: pointer;
}
#login input#loginBTN:hover,#login input#exitBTN:hover{
	color:#fff;
	border-style:inset;
	text-decoration:none;
}
/*alert Box*/
#alert{
    z-index: 991;
	display:none;
	position:fixed;
	position: fixed;
	width: 300px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px; /* Negative half of height. */
	margin-left: -150px; /* Negative half of width. */
	background-color:#fafafa;
	border-style:outset;
	border-width:2px;
	border-color:#f00;
	text-align:center;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}
#alertTXT{
	padding:10px;
	font-weight:bold;
}
#alert a{
	position: absolute;
	color: #000;
	text-decoration:none;
	font-weight:bolder;
	padding: 5px 25px 5px 25px;
	bottom:10px;
	border-style:outset;
	border-width:5px;
	-moz-border-radius:10px;  
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9);
	opacity:0.5;
	left: 50%;
    width: 30px;
    margin-left: -40px;
	background-color:#f00;
	border-color:#f00;
}
#alert a:hover{
	color:#000;
	border-style:inset;
	text-decoration:none;
	opacity:0.7;
}

/* pt loginBox*/
form#login{
    text-align: center;
    padding: 10px 50px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e6;
    border-radius: 20px;
    font-size: 14px;
}
form#login label{
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
form#login input{
    margin: 3px;
    padding:5px;
    display: inline-block;
    border-radius: 5px;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #40465a;
}

form#login input:hover{
    border-color:#289901;
}
form#login input:focus{
    border-color: #ff6633;
    outline: none;
}