
/*  form_link displays the style of the links on the login form (and other forms) */
.main_link {
    font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
a.main_link:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.main_link:hover {
     color: #F0F0F0;
     text-decoration: underline;
}

/*  EZform_header is the top header on the login form (and other forms) */
.ezform_header {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

/*  EZform_header1 is the top header on the login form (and other forms) */
.ezform_header1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

/*  form_choices displays the choices available on the login form (and other forms) */
.ezform_choices {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*  form_input_box displays the style of the text box on the login form (and other forms) */
.ezform_input_box {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*  form_button displays the style of the submit button on the login form (and other forms) */
.ezform_button {
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E1E1AA;
	background-color: #000000;
	border: solid 1px #808080;
}

/*  form_link displays the style of the links on the login form (and other forms) */
.ezform_link {
    font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
a.ezform_link:link {
    color: #c1516A;
    text-decoration: none;
}

a.ezform_link:hover {
     color: #c1516A;
     text-decoration: underline;
}

.footer_link {
    font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
a.footer_link:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.footer_link:hover {
     color: #F0F0F0;
     text-decoration: underline;
}

/*  info displays the style of the regular text */
.ezform_info {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
    text-decoration: none;
	}
	
a.ezform_info:link {
    color: #ffffff;
    text-decoration: none;
}

a.ezform_info:hover {
     color: #eeeeee;
     text-decoration: underline;
}

/*  needed for download_photos */
a.img_opacity img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a.img_opacity:hover img{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

.cellb{
border: solid 1px #788870;
}