textarea.TextSingle {
	width:100%;
	height:50px;
	padding:2px 3px 2px 3px;
	border: 1px solid #999999;
	overflow: auto;
	background: #FFFFFF;
}
textarea.TextMulti {
	width:100%;
	height:50px;
	padding:2px 3px 2px 3px;
	border: 1px solid #999999;
	overflow: auto;
	background: #FFFFFF;
}
input.TextCustomDialogSingle {
	width:100%;
	padding-right: 15px;
	background: #FFFFFF url(/img/field_customdialog.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
input.TextCustomDialogMulti {
	width:100%;
	height:50px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_customdialog.gif) no-repeat fixed bottom right;
	overflow: auto;
}
textarea.TextCustomDialogMulti {
	width:100%;
	height:50px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_customdialog.gif) no-repeat fixed bottom right;
	overflow: auto;
}
input.TextCustomComboSingle {
	width:100%;
	padding-right: 15px;
	background: #FFFFFF url(/img/field_customdialog.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
input.TextCustomComboMulti {
	width:100%;
	height:50px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_customdialog.gif) no-repeat fixed bottom right;
	overflow: auto;
}
input.PickDate {
	padding-right: 15px;
	background: #FFFFFF url(/img/field_date.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
textarea.NamesMulti, div.NamesMulti  {
	width:100%;
	height:50px;
	margin-top:5px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_names.gif) no-repeat fixed bottom right;
	overflow: auto;
}
input.NamesSingle, div.NamesSingle {
	width:100%;
	height:20px;
	padding-right: 15px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_names.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
div.NamesSingle{
	padding:2px 15px 2px 3px;
}

input.TextKey {
	width:100%;
	padding-right: 15px;
	background: #FFFFFF url(/img/field_textkey.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
input.TextEditOnce {
	width:100%;
	padding-right: 15px;
	background: #FFFFFF url(/img/field_texteditonce.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
input.OrganizationsSingle {
	width:100%;
	padding-right: 15px;
	background: #FFFFFF url(/img/field_organizations.gif) no-repeat fixed bottom right;
	vertical-align: middle;
}
input.OrganizationsMulti {
	width:100%;
	height:50px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_organizations.gif) no-repeat fixed bottom right;
	overflow: auto;
}
textarea.SyncRules {
	width:100%;
	height:50px;
	margin-top:5px;
	padding:2px 15px 2px 3px;
	border: 1px solid #999999;
	background: #FFFFFF url(/img/field_syncrules.gif) no-repeat fixed bottom right;
	overflow: auto;
}
span.ValidationErrorMsg{
	color: #FF0000;
	font-weight: bold;
}

