/* Form */

/* MAIN ELEMENTS */

.FormErr
{
	background : #ffcccc;
}

TABLE.Form
{
	background-color: #e1e1e1;
}

TR.FormFirstBgColor
{	
	background-color: #f1f1f1;
}

TR.FormSecondBgColor
{
	background-color: #f9f9f9;
}

TR.FormSubmitBg
{
	background-color: #ffffff;
}

TR.FormSectionBg
{
	background-color: #f1f1f1;
}

DIV.FormHelperBox
{
	width: 220px;
	margin-top: 5px;
	width: 200px;
	font-size: 8pt;
	font-family: Verdana;
	background: #ffff99;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 4px 4px 4px 4px;
	text-align: left;
}

DIV.FormErrBox
{
	width: 220px;	
	background: #ff5959;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 5px;
	color : #ffffff;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	padding: 4px 4px 4px 4px;
	text-align: left;
}

FORM.Form
{
	
}

/* VARIOUS CAPTIONS HERE */

DIV.FormSectionCaption
{
	margin-top: 5px;
	font-weight : bold;
	font-size : 14px;
	margin-bottom: 5px;
}

SPAN.RowCaption
{
	color : #000000;
	font-weight: bold;
}

SPAN.FormRequired
{
	font-size: 8pt;
}


/* FORM ELEMENTS RENDERING */

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


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

INPUT.FormRadioButton
{
	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;
}

