body {
  background-image: url(/images/ground.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ccc;
}

.clear {
  clear: both;
}

#wrapper {
  /*
  margin-left: 30px;
  */
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
  padding: 10px;
  background-color: #fff;
  border: 10px solid #64f;
  opacity:0.9;filter:alpha(opacity=90);
}

#main {
  padding: 0px 0px;
  float: left;
}

#main input.text {
  font-size: 14px;
  width: 240px;
}


p.message {
  font-size: smaller;
  color: #64f;
  font-style: italic;
  text-align: right;
  margin-top: 30px;
}

div#title {
/*
  width: 250px;
  height: 180px;
  background-image: url(/images/bubble.png);
  background-repeat: no-repeat;
  border: 1px solid white;
  */
  padding-bottom: 0;
  height: 100px;
}

div#title h1 {
  color: #64f;
  width: 250px;
  text-align: left;
  line-height: 50px;
  font-size: 54px;
}

div#title h1 span{
  color: #888;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}

form#login {
  width: 250px;
  text-align: center;
}

div#logos {
  width: 190px;
  margin: 0 10px;
  text-align: center;
  float: left;
}

div#logos img {
  /*
  opacity: 0.5;
  filter:alpha(opacity=50);
  */
}

div.usage {
  padding: 0px;
  margin-bottom: 40px;
}
div.usage ol {
  padding-left: 19px;
  color: #555;
  font-size: smaller;
}
