a
{
  text-decoration: none;
  color: #fff;
}

body
{
  background-color: #050608;
}

input
{
  border: 0px;
  font-size: 1.25em;
  width: 300px;
}

input.btn
{
  width: 102px;
  height: 34px;
  background-image: url('../images/btn_bg.gif');
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}

input.radio
{
  width: 25px;
}

label
{
  width: 200px;
}

#btnBox
{
  text-align: center;
}

#container
{
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  margin-top: 100px;
  font-weight: bold;
}

#flashbox
{
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  width: 720px;
  height: 510px;
}

#flashbox_noimg
{
  width: 720px;
  height: 510px;
}

#formbox
{
  width: 600px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

#formbox label
{
  float: left;
}

#header
{
  background-image: url('../images/title.gif');
  background-repeat: no-repeat;
  width: 720px;
  height: 56px;
}

#logo
{
  float: right;
  margin-right: 15px;
}

#message
{
  background-color: #b6121b;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
}

#nav
{
  text-align: center;
}

#nav img
{
  display: inline;
}

.alignright
{
  text-align: right;
}

.formWindow
{
  background-color: #999;
  padding: 5px;
  margin-bottom: 5px;
}