/* MAIN ELEMENTS */

.XFormErr
{
	background : #ffcccc;
}


TABLE.XForm
{

}

FORM.XForm
{

}



/* VARIOUS CAPTIONS HERE */

DIV.XFormSectionCaption
{
	color : #000000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 11pt;
	line-height : 20px;
	text-align : left;
	letter-spacing: 3px
}

SPAN.XFormCaption
{
	color : #000000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 9pt;
}

SPAN.XFormRequired
{
	font-size: 7pt;
}


SPAN.XFormErrMsg
{
	color : #ff0000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 8pt;
}


/* FORM ELEMENTS RENDERING */

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


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

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


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

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

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

INPUT.XFormSubmit
{
	color : #000000;
	font-family : Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

