/* CSS Document */
.nonIME {
	ime-mode: disabled;
}
.formError {
	color:#FF0000;
	font-weight:bold;
	padding-left:5px;
	width:100%;
}
