
.ctrl_txt, .ctrl_cmb, .ctrl_lst, .ctrl_fil, .ctrl_txa, .ctrl_txa_max, .ctrl_dte, .ctrl_col, .ctrl_col_preview, .ctrl_tme {
	border: 1px solid gray;
	width: 250px;
}

.ctrl_field_input {
	font-size: 11px !important;

}

.ctrl_txa {
	height: 100px;

}

.ctrl_mandatory {
	color: #990000;
	font-size: 10px;
}

.ctrl_rdo_label, .ctrl_chk_label {
	line-height: 12px;
	font-size: 12px;
	
}

.ctrl_chk_box_container {
	padding-top: 6px;
}

table.form .ctrl_chk_container {
	width: 100%;
}
table.form .ctrl_chk_label {
	font-size: 11px !important;
}
