/* ------------------------------------------------------- */
/* generic form                                            */
/* ------------------------------------------------------- */

input,
select,
textarea {
	font-size:13px;
	margin-right:5px;
}

form.genericForm {
	font-size:11px;
}

div.formFldValMsg {
	margin:0px;
	color:#BB0000;
}

*.formValMsg {
	color:#BB0000;
}

div.formValMsg {
	color:#BB0000;
	width:auto;
	border:1px dotted #BB0000;
	background-color:#FFFFCC;
	padding:2px;
}

span.multivalueCheckbox {
	display:block; 
	float:left;
	margin:0px; 
	margin-right:0.3em; 
	padding:0px;
	width:5.5em;
	white-space:nowrap;
}

form br {
	clear:left;
}

input.readonly {
	background-color:#F2F2F2;
}
img.datePickerIcon {
	vertical-align:text-bottom;
	width:18px;
	height:18px;
	padding:0px;
	margin:0px;
}

/* ------------------------------------------------------- */
/* added by andi                                           */
/* ------------------------------------------------------- */
input[mode="RO"]		{ background-color:#F2E2E2; }
input[label="count"]	{ width:4em; }
select[label="count"]	{ width:4.5em; }
