label {
  display: block;
  text-align: left;
}

#coolimage {
  position: absolute;
  z-index: 1;
}

#coolimage img, #coolimage object {
  position: absolute;
}

h1 {
  font-family: impact, charcoal, arial black, gadget, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
}

h2 {
  font-size: 1.1em;
  color: red;
}

#welcome {
  position: absolute;
  width: 300px;
  top: 250px;
  left: 35px;
  z-index: 2;
}

#welcome a {
  margin: 1em 0;
  display: block;
  font-size: 1.5em;
  font-family: impact, charcoal, arial black, gadget, sans-serif;
  font-weight: normal;
}

#welcome .boxfoot {
  text-align: center;
}

#login {
  position: absolute;
  z-index: 2;
  width: 300px;
  top: 300px;
  right: 35px;
}

#login .boxhead {
  text-align: center;
}

#login .boxbody {
  text-align: center;
}

#login .boxbody div {
  width: 178px;
  margin: 0.75em auto;
}

#login input.text {
  width: 100%;
  font-family: lucida console, monaco, monospace;
  font-weight: normal;
  color: black;
  padding-top:0.3em;
  padding-left: 0.2em;
  background-color: #d0d0d0;
}

#login .bigemphasis {
  color: yellow;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

#login .boxfoot {
  text-align: center;
}

