
#ID_LoginDlgMain
{
	position:absolute;
	z-index:200;
	background-color: white;
	color: rgb(83, 134, 245);

	font-family: 'Comfortaa', cursive;
	font-size: 1.2em;
	border: solid  5px  rgba(83, 134, 245, 0.9);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	filter:alpha(opacity=100);
}

#ID_LoginDlgMask
{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:.8;
	filter:alpha(opacity=80);
	z-index:100
}


#ID_ForgotDlgMain
{
	position:absolute;
	border-style: solid;
	border-width: 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
	opacity:.99;
	filter:alpha(opacity=99);
	z-index:200;
	
	font-family: Arial,Helvetica,sans-serif;
	background-color: rgb(240, 240, 240);
	border-color: rgb(210, 210, 210);
}

#ID_ForgotDlgMask
{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:.8;
	filter:alpha(opacity=80);
	z-index:100
}


.e-box-oneline {  
	height: 28px;
}

.edit-box {  
	/*outline: none;*/
	margin-top: 10px;  
	margin-bottom: 10px;  
	padding-left: 5px;  
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
	-webkit-box-shadow: 4px 3px 3px 1px #3f683f;
	box-shadow: 4px 3px 3px 1px #3f683f;
}

.ls-login-btn {  
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-width: 1px;  
	min-height: 40px;
	font-family: 'Comfortaa', cursive;
	font-size: 1.0em;
	/*font-weight: bold; */
	border: 1px  solid  #040504;
	-webkit-box-shadow: 2px 2px 2px 1px #3f683f;
	box-shadow: 2px 2px 2px 1px #3f683f;
	
	color: rgb(83, 134, 245);
	background-color: white;
	
}

.ls-login-btn:hover { 
	color: white;
   background-color: rgba(83, 134, 245, 0.7);

}


.forgot-btn {  
//	color:#f0f0c0;
	color:#ffffff;
	background-color:#5070f0;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;  
	height: 45px;
	width: 145px;
//	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #1030d0;

	font-family: Arial,Helvetica,sans-serif;
	font-size: larger;

//	border-color: #040504;  
//	-webkit-box-shadow: 4px 3px 3px 1px #3f683f;
//	box-shadow: 4px 3px 3px 1px #3f683f;
}
