
.clsDevForm {
	font-family: arial, helvetica;
	background: #EEEEEE;
	border: 1 solid silver;
}

.clsDevForm td {
	font-size: x-small;
}

.clsDevFormLeft {
	text-align: right;
}

.clsDevFormMlArea {
	background: #F9F9F9;
	border: 1 solid #DDDDDD;
}

.clsDevFormWarning {
	text-align: left;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: xx-small;
	color: #DD4444;
	background: #FFEEEE;
	margin: 3;
	margin-bottom: 10;
	padding: 3;
	border: 1 solid #DD4444;
}

.clsDevFormMandatory {
	font-weight: bold;
	color: #DD4444;
}

.clsDevFormComment {
	font-size: xx-small;
	color: gray;
}
