@import url("forms.css");

body {
  margin: 0 0 0 0;
  background: #ffffff url();
}

a {
  color: blue;
  font-weight: bold;
  font-size: 18px;
}

#menu {
  text-align: center;
  background: #ffffff url(../images/adminmenubg.gif) repeat-x;
  height: 24px;
  width: 100%;
}


#menu a {
  color: #000000;
  text-decoration: none;
  padding: 3px 2px 3px 2px;
  margin: 0 10px 0 10px;
  line-height: 20px;
  font-size: 16px;
}


#menu a:hover {
  border: 1px #000080 solid;
  background: transparent url(../images/toolbar_bg_on.gif) repeat;
  background-attachment: scroll;
  background-x-position: 0%;
  background-y-position: 0%;
}

#status {
  margin: 10px auto;
  text-align: center;
  padding:0.15em;
  width: 400px;
	border:1px solid #ddd;
	background: gold;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}