/*  CSS Sample Stylesheet for Registration form, Login form, and other forms for PHP Easy User Manager.  */

/*  table.ezform is the top header on the login form (and other forms) */
table.ezform {
	background-color: #aaaaaa;
}

/*  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: #000000;
}

/*  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: #000000;
}

/*  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: #000000;
}

/*  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: #000000;
	}
	
a.ezform_link:link {
    color: #81516A;
    text-decoration: underline;
}

a.ezform_link:hover {
     color: #81516A;
     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: #000000;
    text-decoration: none;
	}
	
a.ezform_info:link {
    color: #555555;
    text-decoration: underline;
}

a.ezform_info:hover {
     color: #888888;
     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;
}
