body {
  font-family:sans-serif;
}
h1 {
  color:#FF9900;
  background:#009900;
  padding:1ex;
  margin-top:2px;
}
.active {
  color:blue;
  text-decoration:underline;
  cursor:pointer;
}
#tangerine {
  padding-right:1ex;
  float:left;
}
#loginWin { 
  background-image:url("tangerine.png");
  width:343px;
  height:254px;
  position:absolute;
  display:none;
}
#dismiss {
  float:right;
  width:50px;
  height:50px;
}
#loginForm {
  position:relative;
  top:7em;
  left:4em;
}
