body {
font-family:Arial, sans-serif;
font-size:12px;
background:#ffffff;
}
div.clear {
	clear:both;
}
form.login
{
  font-size:14px;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  padding:100px;
}
form.login label
{
  display:block;
  float:left;
  width:120px;
  margin:5px;
}
form.login input
{
  float:left;
  margin:5px;
  padding:1px;
  border:1px inset #cccccc;
}
form.login input.button
{
  float:right;
  border-style: solid;
}
form.login a.forgotten
{
  color:#000000;
  text-decoration:none;
  margin:7px;
  display:block;
  float:right;
  font-size:12px;
}
img.fancybutton
{
  cursor:pointer;
	cursor:hand;
}
span.date
{
	margin-left: 30px;
}
div.server
{
  position:absolute;
  top:30px;
  left:40px;
  width:90px;
  text-align:right;
  font-size:10px;
  color:#D8E1E2;
}

div#prompt
{
	position: absolute;
	background-color: white;
	border: 1px solid black;
	top: 150px;
	left: 220px;
	padding: 15px;
}
