body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.header {
	text-align: left;
	width: 60%;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 900;
	color: #000000;
}

.headerlow {
	text-align: left;
	width: 60%;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 900;
	color: #000000;
}

p.pos_fixed
{
position:relative;
top:0px;
right:5px;
}

.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

.button {
    border: none;
    background: url('img/button.png') no-repeat top left;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: url('img/button1.png') no-repeat top left;
    padding: 2px 8px;
}
.resize1_2 {
    width: 50px;
    height : inherit;
}
.resize {
    width: 100px;
    height : inherit;
}
.resize2 {
    width: 200px;
    height : inherit;
}
.resize3 {
    width: 300px;
    height : inherit;
}
.resize4 {
    width: 400px;
    height : inherit;
}
.resize_large {
    width: 100%;
    height : inherit;
}
div.background
  {
  width:auto;
  height:auto;
  background:url(../img/tank4.jpg) repeat;
  border:2px solid black;

  }
  
div.transbox
  {
  width:auto;
  height:auto;
  margin:auto;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin:auto;
  font-weight:bold;
  color:black;
  }

a:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}