.tblRegForm
{
	width:100%;
	height:100%;
	Font-family: Arial, Verdana, Helvetica, sans-serf;
	background-color:White;
	text-align:left;
}

.regFormBody
{
	/* NOTE: This class is only used on Communicator hosted forms */ 
	
	
}

.divRegForm
{
	/* NOTE: This class is only used on Communicator hosted forms */ 
	width:421px;
	margin-bottom:0px;
	
	
	
}

.regFormHeader
{
	/*	NOTE: This class is only used on Communicator hosted forms */ 
	/*	If using an image, you must use a relative path
		and set the width and height of the of this class to the
		width and height of the image
	*/
	background-image:url(/Communicator/Customers/<customer_letter>/<customer_folder>/CustomDesign/Images/logo.gif);
	background-repeat:no-repeat;
	width:421px;
	height:75px;
}

.regFormFooter
{
	/* NOTE: This class is only used on Communicator hosted forms */ 
	/*	If using an image, you must use a relative path
		and set the width and height of the of this class to the
		width and height of the image
	*/
	background-image:url(/Communicator/Customers/<customer_letter>/<customer_folder>/CustomDesign/Images/logo.gif);
	background-repeat:no-repeat;
	width:421px;
	height:75px;
	margin-top:0px;
}

.formPostError
{
	/* NOTE: This class is only used on Communicator hosted forms */ 
	color: #ff0000;
	font-weight:bold;
}

.cellRegItemLabels
{
	background-color:#FFFFFF;
    FONT-WEIGHT:normal;
    text-align:right;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	width:60%;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.2em;
}

.RegRequiredFieldIndicator
{
	background-image:url(/Communicator/Customers/n/nonfscshortreg/CustomDesign/Images/required_field.gif);
	background-repeat:no-repeat;
	width:45px;
}

.cellRegItemValues
{
	FONT-SIZE: 11px;
    LINE-HEIGHT: 9pt;
    text-align:left;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:0px;
	padding-right:4px;
	width:60%;
}

.RegItemValue
{
	FONT-SIZE: 7pt;
    LINE-HEIGHT: 9pt;
    text-align:left;
}

.cellRegSubmit
{
    text-align:center;
	padding-bottom:4px;
	padding-top:34px;
	padding-left:4px;
	padding-right:4px;
}

.RegFormTitle
{
	Font-family: Arial, Verdana, Helvetica, sans-serf;  
	font-size: 0px; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin-bottom : 5px; 
	margin-top: 0px; 
	text-transform : lowercase;
	text-align:left;
	
}

.RegFormText
{
	COLOR:Black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT:normal;
    LINE-HEIGHT: 12pt;
    text-align:left;
}

.cellRegItemComment
{
    FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-WEIGHT:normal;
    font-style:italic;
}


.btnRegSubmit
{
	background: #F0F0F0;
	color: #000000;
	font-weight: normal;
    font-size:10px;
	
    height:20px;

}

.RegError
{
	color:White;
	background-color:#cc0000;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT:bold;
    LINE-HEIGHT: 12pt;
}
