/*
 * Web Access Module (WAM)
 * Style sheet for formatting form elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 */


/* Style used to indicate required field on registration page for an individual */
.requiredindividual
{
font-size: medium; 
font-weight: bold;
color: red;	
}

/* Style used to indicate required field on registration page for a business user */
.requiredbusiness
{
font-size: medium; 
font-weight: bold;
color: blue;	
}

/* general style used to indicate required field */
.requiredfield
{
font-size: 14px; 
font-weight: bold;
color: red;	
}

/* The following group of styles allow tables containing form elements to be styled */
.formheader
{
font-weight: bold;
}

.formfooter
{
background-color: #ffffff;
}

.formtr1
{
background-color: #ffffff;
}

.formtr2
{
background-color: #ffffff;
}

.formtablewidth
{
width: 520px;
padding: 0px;
margin: 0px;
}


