/*
########################################################################################################################
##
## FORMS.CSS
##
########################################################################################################################
*/

.form_table
{
/*	background: #C6E2FF;
	background: #4196BD;
	background: #489BC0;*/
	background:	#4F8097;
}

.form_table td
{
	font: #333333 arial;
}

.form_heading 
{
	font-size:		16px;
	color:			#FAFDFE;
	font-family:	arial;
	font-weight:	bold;
}

.form_heading_small
{
	font-size: 10px;
	color: #FAFDFE;
}

/*
########################################################################################################################
##
## LABELS
##
########################################################################################################################
*/

.field_label
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

.required_field
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	padding-right: 5px;
	/*color: #FF6633;*/
	color: #FD4B11;
}

.field_error
{
/*	color: #FC541E;*/
	color: #FD4B11;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

/*
########################################################################################################################
##
## OTHER FORM STYLES
##
########################################################################################################################
*/

.small_direction
{
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	font-family: arial;
}