.dlg_input {
	background:white;
	width:100%;
	height:100%;
	font-weight:normal;
	border:1px solid black;
}

.dlg_focus {
	width:100%;
	height:100%;
	background:cyan;
	font-weight:normal;
	border:1px solid black;
}
