@import url('topbar.css');
.required
{
  font-weight: bold;
  color: #FFCCCC;
}
.required_error
{
  text-decoration: underline;
  border: #FF9999 solid 2px;
}

form > table
{
  text-align: left;
}
form 
{
  display: inline-block;
  text-align: center;
}
input[type=submit]
{
  display: block;
  margin: auto;
  width:100px;
  border-width:0.16em;
  border-style:solid;
  border-color:#000000;
  background-color:#9E9D9D;
}
input[type=text],input[type=password]
{
  width:120px;
  border-width:0.16em;
  border-style:solid;
  border-color:#000000;
}
#maindiv
{
  height:600px;
  background-image: url('/bilder/register_layout2.gif');
  background-repeat: no-repeat;
  background-position-x: 50%;
}