body
{
    background-color: #222222;
    text-align: center;
    font-family: helvetica, arial, sans-serif, sans;
    padding: 0px;
    margin: 0px;
}

input
{
    background-color: white;
    border: 2px solid black;
    width: 175px;
}

div#container
{
    background-image: url(etubebg.gif);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    width: 650px;
    height: 409px;
}

.infobar
{
    color: black;
    text-align: left;
    font-weight: bold;
    background-color: yellow;
    padding-left: 20px;
    margin-top: 20px;
}

#logo
{
    width: 362px;
    height: 207px;
    background-image: url(home.gif);
}

.whitetxt
{
    text-align: left;
    color: white;
    margin-left: 40px;
    margin-top: 10px;
}

.title
{
    color: white;
    font-size: 200%;
}

div#forms
{
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

div#formr
{
    float: right;
    margin-right: 30px;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.submit
{
  width: 154px;
  height: 154px;
  float: right;
  margin-top: 15px;
  margin-right: 105px;
  border: 0px;
}

.submit2
{
  background-color: red;
  font-weight: bold;
}

.submit2:hover
{
 background-color: yellow;
}

h1
{
  background-color: yellow;
  color: black;
  font-family: helvetica, arial, sans-serif;
}

h2
{
  background-color: red;
  color: black;
  font-family: helvetica, arial, sans-serif;
}


a:link
{
  text-decoration: underline;
  color: white;
}

a:visited
{
  text-decoration: underline;
  color: white;
}

a:hover
{
  text-decoration: none;
}