

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

/* from css missing manual  */

ul.nav {
	list-style : none;
	padding-left : 0;
	padding-top :5px;
	padding-bottom : 5px;
	margin : 0;
	text-align:center;
	height :20px;
	width : 100%;
}

ul.nav li {
	display : inline;

}
ul.nav a {
	border : 1px solid black;
	border-bottom : none;
	padding : 2px 5px 2px 5px;
	margin-right : 5px;
	background-color: rgb(203,222,157);
	text-decoration : none;
	color :rgb(156,62,36);		/* burnt red */
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.75em;
}

.block-head {
	position:absolute;
	text-align:center;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:1.0em;
	color:#000000;
	display : block;
	border : 1px solid blue;
	background-color : lightblue;
	width: 695px;
	}

.block-subhead {
	position:absolute;
	text-align:center;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
	border : 1px solid blue;
	background-color : lightcyan;
	width: 695px;
	}

.error {
	color: #FF0033
}

#email.thinking{
	background-position: 202px -19px;
	background:#fff url("./images/inProcess.png") ;
	background-repeat:no-repeat;
}

.approved {
	background-position: 202px -35px;
	background-image:url("../images/okay.png");
	background-repeat:no-repeat;
}

#email.denied{
  background-color: #FF8282;
  background-position: 202px -52px;
  background-image:url("./images/inUse.png");
	background-repeat:no-repeat;
}
