
/* Form */

/* MAIN ELEMENTS */

/* hack to limit helper column width */

form td.helper { width:15px }
table.Form td { color:black; }

DIV#ShortInfo
{
	position:absolute;
	padding:5px;
	border:1px black solid;
	background-color:#ffff88;
	display:none;
	z-index:99;
	color:black;
	width:160px;
	text-decoration:none;
}


DIV.FormErrorCommon
{
	margin-top: 15px;
	display: block;
	border: 1px solid #dd0000;
	padding: 3px 3px 3px 3px;
}

DIV.FormErrBox
{
	color:red;
	font-weight:bold;
}

SPAN.RowCaption
{
	display:block;
	text-align:right;
	/* padding-top:3px; */
}

/* FORM ELEMENTS RENDERING */

SELECT.FormPullDown
{
	font-family : Verdana;
	font-size : 9pt;
}

SPAN.ItemDesc
{
	float:left;
	margin-top:3px;
}

SPAN.RadioGroupItemDesc
{
	vertical-align:35%
}
	
INPUT.FormCheckBox
{
	float:left;
	font-family : Verdana;
	font-size : 9pt;
}

INPUT.FormRadioButton
{
	float:left;
	font-family : Verdana;
	font-size : 9pt;
}

INPUT.FormRadioGroupButton
{
	font-family : Verdana;
	font-size : 9pt;
}

INPUT.FormInputBox
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

INPUT.FormSecret
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

TEXTAREA.FormTextArea
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

IMG.HelperIcon {
	cursor:pointer;
}

.FormButton
{
	background-color: buttonface;
	border:1px solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	top: 1px;
	height: 20px;
	width: 20px;
}

.FormButtonMouseOverDown
{
	background-color: buttonface;
	border-bottom: buttonhighlight solid 1px;
	border-left: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-top:  buttonshadow solid 1px;
	top: 1px;
	height: 20px;
	width: 20px;
}
