body { 
	background-color: black; 
	color: white; 
	background-image:url('./img/carbonfiber.jpg'); 
        background-attachment:fixed;
	background-position:0 0;
	}
a, a:visited { color: white; }
form fieldset { border-color: white;}
form input, form textarea { }
fieldset {background: #222; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
legend {color: white;}

.refTable, .refTabs, .refTabSelected, .refTabUnselected  {
  border-color: white;
  background: #222;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}