﻿/***************************************************************************/
/*	Form fields
/***************************************************************************/
select, input
{
	outline : none;
}

.field
{
	width          : 515px;

	padding-top    : 10px;
	padding-bottom : 10px;
}

.fieldCaption
{
	font-size : 11px;
	font-weight : bold;
	color     : #444444;
}

.fieldContainer
{
	width       : 100%;
	height      : 24px;

	border      : 1px solid #CBCBCB;
	overflow    : visible;
}

.fieldControl
{
	margin-top  : 3px;
	margin-left : 1%;
	width       : 98%;

	height      : 18px;

	font-family : Arial;
	font-size   : 11px;
	color       : #666666;

	border      : 0px none;

	outline     : none;
}

.fieldControlSelect
{
	width       : 100%;
	height      : 20px;

	font-family : Arial;
	font-size   : 11px;
	color       : #666666;

	outline     : none;
}

.fieldControlTextArea
{
	padding     : 0px;
	margin      : 0px;

	margin-top  : -1px;
	margin-top  : 0px;
	
	width       : 100%;
	height      : 100%;

	font-family : Arial;
	font-size   : 11px;
	color       : #666666;

	border      : 0px none;
}

.fieldControlTextArea2
{
	padding     : 0px;
	margin      : 0px;
	
	width       : 100%;
	height      : 100%;

	font-family : Arial;
	font-size   : 11px;
	color       : #666666;

	border      : 0px none;
}

input.fieldControl
{
	height : 18px;
}

.hint
{
	padding-left : 4px;
	font-weight  : normal;
	color      : #999999;

	font-size  : 10px;
	font-style : italic;
}

.searchTable td
{
	padding-top : 5px;
	color       : #999999;
}

.innerField
{
	font-family : Arial;
	font-size   : 11px;
	height      : 24px;
}