@charset('utf-8');

/**
 * 	screen lock style definition
 */
.screenLock {
	font-size: 10pt;
	-webkit-font-smoothing: antialiased;
}
.screenLock-content img {
	margin: 0 auto;
	width: 128px;
	height: 128px;
}
.screenLock-error {
	color: #f33;
	margin: 8px auto;
}
#passwd-txt {
	font-size: 10pt;
    width: 180px;
}
.ime-inactive
{
	ime-mode: inactive;
}

.ime-disabled
{
	ime-mode: disabled;
}