@CHARSET "UTF-8";

.form_header {
	font-family: tahoma;
	font-size: 11px;
}

.form_input {
	font-family: tahoma;
	font-size: 11px;
	width: 100%;
}
.form_label {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.form_reqd {
	color: red;
}
.form_input_reqd {
	background-color: #FFFFEE;
}

.form_input_blink_reqd {
	background-color: #FF9999;
}

.form_input_blink_regx {
	background-color: #CCCCCC;
}

.file_notice {
	font-size: small;
	color: gray;
}