.form_field_name
{
	color: black;
	background-color: #f7edce;
	text-align: left;
	font-size: 12px;
	padding: 7px 7px 7px 7px;
	width: 150px;
	font-weight: bold;
}
.form_field_value
{
	border-bottom: solid 1px #f7edce;
}
.form_block_title
{
	color: white;
	background-color: #7fccff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}


.Forms_Table
{
}
.Forms_ItemRemarks
{
	font-size: 11px;
	font-family: Arial;
	color: #7a797a;
}
.Forms_ItemText
{
	font-size: 11px;
	color: black;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}
.Forms_ItemInput
{
	font-size: 12px;
}
.FormTextBox
{
	border: solid 1px #ae9e8d;
	font-size: 12px;
	font-family: arial;
	background-color: #fdfcf8;
	height: 17px;
}
.FormTextArea
{
	font-size: 12px;
	font-family: arial;
	background-color: #fdfcf8;
}
.FormDropDownList
{
	font-size: 12px;
	background-color: #fdfcf8;
}
.CustomersDropDownList
{
	font-family: Arial;
	font-size: 13px;
	width: 120px;
}
.FormErrorLabel
{
	color: Red !important;
	font-weight: bold;
	font-size: 11px;
}
.FieldValidator
{
	font-size: 11px;
	font-weight: bold;
}
.ErrorControlTable
{
	margin: 2px 2px 2px 2px;
}
.FormButton
{
	font-size: 12px;
	font-family: arial;
	background-image: url(../../..//Sites/Admin/Images/Grid/GridHeaderBG.gif);
	color: black;
	border: solid 1px black;
	cursor: hand;
}
.SubmitButtonCssClass
{
	font-size: 12px;
	font-family: arial;
	background-image: url( '../../../Sites/Meitav/Images/Grid/GridHeaderBG.gif' );
	color: black;
	border: solid 1px black;
	cursor: hand;
}

SELECT
{
	font-family: arial;
	font-size: 12px;
}
INPUT
{
	font-family: arial;
	font-size: 12px;
	background-color:transparent;
}
.DropDownDiv DIV
{
	font-family: arial !important;
	font-size: 12px !important;
	text-align: right !important;
}
.CompletionList
{
	height: 150px;
	width: 90px !important;
	background-color: window;
	color: windowtext;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	cursor: 'default';
	overflow: auto;
	text-align: right;
	list-style-type: none;
	margin-right: 16px;
	z-index:9999 !important;
}
.CompletionListItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}
.CompletionListHighlightedItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}
