.ui-login-label{
	width:150px;
}
.ui-custom-loginbutton .ui-button-icon-primary{
	padding:0;
	background:url(../images/icons/24x24png/key.png)no-repeat;
	background-size:16px 16px;
}
.ui-custom-clearbutton .ui-button-icon-primary{
	padding:0;
	background:url(../images/icons/24x24png/erase.png)no-repeat;
	background-size:16px 16px;
}
.div-header{
	text-indent:5px;
	padding:5px;
	margin:0;
}
.ui-login-lock{
	float:left;
	width:16px;
	height:16px;
	background:url(../images/icons/24x24png/lock.png)no-repeat;
	background-size:16px 16px;
}
.login-img{
	opacity:0.5;
}
.login-img:hover{
	opacity:1.0;
}
.ui-keyboard{
	background:#000000!important;
}
.ui-keyboard-accept{
	color:white!important;
	background:green!important;
}
.ui-keyboard-preview{
	background:yellow!important;
	font-size:24px!important;
	letter-spacing: 3px;
}
.ui-keyboard-input-current{
	background:yellow!important;
}
#DIV_authentication{
	width:100%;
	height:100%;
	box-sizing: border-box;
}
#DIV_login{
	top:100px;
	position:relative;
	width:330px;
	margin:0 auto;
	padding:5px;
	border-radius:5px;
	box-shadow: 2px 2px 6px #888888;
}
#DIV_login table{
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	z-index:10;
}
#BTN_SignIn{
	float:right;
}
#LBL_CapMsg{
	float:right;
	color:#FF0000;
}
#IMG_bgLogo{
	top:-30px;
	left:5px;
	position:absolute;
	z-index:0;
	opacity:1;
}
#IPT_Username{
	text-indent:5px;
	width:180px;
	float:right;
	margin:2px;
	height:25px;
}
#IPT_Password{
	text-indent:5px;
	width:180px;
	float:right;
	margin:2px;
	height:25px;
}
#LBL_LoginMsg{
	width:250px;
	color:red;
}
#TBL_RFIDUI td{
	padding:5px;
}
#IPT_RFID{
	text-indent:5px;
	width:250px;
	text-align:center;
}
#LBL_LoginMsg2{
	width:250px;
	color:red;
}
#LBL_PasswordLabel{
	color:#0040FF;
	cursor:pointer;
}