body{ background-color: #000099; 
  margin:0px;
}

div.topbar{
  position:absolute;
  background-image: url(../../images/blue/topbar.gif); 
  background-repeat: repeat-x;   
  background-attachment: fixed;
  top:0px;
  left:0px;
  padding:0px;
  margin:0px;
  width:100%;
  height:55px;
  z-index:1;
}

div.topbar2{
  position:absolute;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  margin:0px;
  top:0px;
  left:0px;
  width:59px;
  height:111px;
  z-index:0;  
}

input,input.post,textarea.post,select,textarea{
  background-color : #000099;
  border-width: 1px 1px 1px 1px;
  color: white;
}

input.button ,button{
	background-color: #000099;
	color : #FFFFFF;
	font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-width: 1px 1px 1px 1px;
}

.spaceheader{
  height:20px;
}