﻿
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#mask {     
background:#678 url(../img/mask_gradient_1000.png) no-repeat;     
background-position:50% 300px top;
color:black;
}
form.expose {
	border:0px outset #ccc;
	text-align:center;
	-moz-border-radius:0px;
	color:black;
}
 
/* black version of the overlay. simply uses a different background image */
