input.topbox {
  background-color:black;
  width:100px;
  font-weight:bold;
  font-size:10px;
  color:white;
  border: thin solid white;
}

input.newaccount {
  background-color:#bb8855;
  width:200px;
  font-weight:bold;
  font-size:10px;
  color:white;
  border: thin solid black;
}

p.warning { 
  color: red;
  font-weight: bold;
  font-size:15pt;
}

body {
  background-color: BLACK;
  color:WHITE;
}
a:link {color: #0000ff; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #800000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

img {
  border-width: 0px;
  padding: 0px;
}

table.newaccount {
  width:100%;
}

table.newaccount td {
 text-align:left;
}

table.newaccount th {
 width:50%;
 text-align:right;
}


table.notloggedin {
  width:946px;
  height:635px;
  background-image:url('http://lore.refugelarp.co.uk/img/frontpage.jpg');
  position:relative;
  margin-right:auto;
  margin-left:auto;
}

td.searchbox {
  vertical-align:top;
  height:230px;
  text-align:right
}

td.editbox {
  color:white;
  font-size:16px;
  font-weight:bold;
  vertical-align:top;
  text-align:center
}

