﻿/* CSS Document */

    td {
        color:#FFFFFF;
    }

	.contact_textbox
	{
		line-height:15px;
		font-size:10px;
		margin:3px;
	}		
	.contact_textarea
	{
		font-family:arial;
		font-size:12px;
		margin:3px;
	}		
	.contact_label
	{
		text-align:right;
		white-space:nowrap;
		font: 15px Arial, sans-serif;
	}
	.contact_label2
	{
		text-align: left;
		white-space:nowrap;
		font: 15px Arial, sans-serif;
	}		
	
    .form_label
	{
		text-align:right;
		white-space:nowrap;
	}	

	.form_required
	{
		color:#FF0000;
	}
    .form_errormsg, .fontredsmall
    {
        white-space:nowrap;
		color:#FF0000;
    }
    .form_inputbox
    {
        font-size:8pt;
        height:14px;
        width:100px;
    }
    .form_select
    {
        font-size:10pt;
        height:21px;
        width:215px;
    }
    .form_select2
    {
        font-size:8pt;
        height:18px;
        width:74px;
    }
    .form_button
    {
        background-color:#3497B4;
        font-weight:bold;
        font-size:11px;
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        border:solid 2px #FFFFFF;
        margin-top:5px;
        cursor:pointer;
        padding:5px;
        text-decoration:none;
    }

    .form_button:hover
    {
        color:#FFFFFF;
        text-decoration:underline;
    }

    .fontblackregular input  /*  for the button on the search page  */
    {
        width:122px;
        height:55px;
        background-image:url(/images/btn-search.gif);
        border: none 1px;
        cursor:pointer;     
    }

