body {
  margin: 0px;
  padding: 0px;
  background-color: #051022;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color: #e0e0e0;
}
p {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
a:link {
  color: #da761e;
  text-decoration: none;
}
a:visited {
  color: #da761e;
  text-decoration: none;
}
a:focus {
  color: #white;
  text-decoration: none;
}
a:active {
  color: edb045;
  text-decoration: underline;
}
a:hover {
  color: #edb045;
  text-decoration: underline; 
}

/* ---- */
/* FORM */
/* ---- */

#FormContainer {
  position: relative;
  margin-top: 5px;
  height: 529px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 99;
}
#FormContent {
  position: relative;
  top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 270px;
  height: 300px;
  text-align: left;
}
#FormContent #CreateAccount {
  margin-left: 7px;
}
#FormContent .Text {
  color: #e0e0e0;
  text-align: left;
  font-size: 11pt;
  font-weight: normal;
}
#FormContent #SuggestCharacterName {
  font-size: 7pt;
  position: absolute;
  right: 20px;
  margin-top: -14px;
}
.TextInputLine {
  height: 30px;
}
.TextInputLine input {
  width: 236px;
}
.RadioInputLine {
  height: 30px;
  margin-bottom: 10px;
}
#Sex {
  float: left;
}
#SexOptions {
  position: relative;
  float: right;
  width: 150px;
  font-size: 9pt;
}
#FormContent #AgreementLine {
  clear: both;
  font-size: 7pt;
}
.FormFieldError {
  position: absolute;
  left: -265px;
  width: 250px;
  margin-top: -33px;
  padding: 5px;
  font-size: 8pt;
  color: #ffffff;
  background-color: #da761e;
  border: 2px outset #ffffff;
  visibility: hidden;
  filter: alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity: 0.90;
  -moz-border-radius: 10px;     /* Firefox */
  -webkit-border-radius: 10px;  /* Safari, Chrome */
  -khtml-border-radius: 10px;   /* Konqueror */
  border-radius: 10px;          /* CSS3 */
}
#ButtonPlayNowContainer {
  position: absolute;
  top: 283px;
  width: 235px;
  height: 89px;
  margin-left: 18px;
}
#ButtonPlayNowContainer input {
  width: 235px;
  height: 89px;
  background-color: transparent;
  color: transparent;
  border: 0px;
  cursor: pointer;
}
#ButtonFacebookContainer {
  position: absolute;
  top: 378px;
  width: 153px;
  height: 25px;
  margin-left: 64px;
}
#ButtonFacebookContainer input {
  width: 143px;
  height: 22px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  text-align: right;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
#FB_LoginButton {
  width: 143px;
  height: 22px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  text-align: right;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
#FB_LoginButton span {
  position: absolute;
  left: 28px;
  top: 4px;
}
#ButtonFacebookContainer #ButtonLogInToFacebook {
  margin-left: 36px;
}
#ErrorMessage {
  color: red;
}
#ErrorMessageTitle {
  font-weight: bold;
}

/* -------------------------------------------- */
/* Information Stripe (Player Quotes, Facebook) */
/* -------------------------------------------- */

#QuoteSlideshow {
  position: relative;
  height: 50px;
}
.PlayerQuote {
  position: absolute;
  width: 100%;
  left: -300px;
  top: 18px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  display: none;
}
.PlayerQuote .Text {
  font-style: italic;
}
.PlayerQuote .Character {
  font-size: 7pt;
}

#InformationStripe {
  position: relative;
  top: 15px;
  height: 60px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  border-top: 1px solid #2d3436;
  border-bottom: 1px solid #2d3436;
}
#InformationStripe #FacebookProfilePicture {
  width: 30px;
  margin-top: 5px;
  border: 0;
}
#InformationStripe #FacebookInformation {
  position: absolute;
  top: 5px;
  width: 100%;
}

/* ---------- */
/* HELPER DIV */
/* ---------- */

.HelperDivIndicator {
  position: relative;
  cursor: help;
}
#HelperDivContainer {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 1000;
  color: #5A2800;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-size: 9pt;
  text-align: left;
  padding: 10px;
  border: 1px double #5A2800;
  margin-left: 8px;
}
#HelperDivContainer .HelperDivArrow {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 8px;
  height: 13px;
}
#HelperDivContainer #HelperDivHeadline {
  font-size: 12pt;
  font-weight: bold;
}
#HelperDivContainer #HelperDivHeadline {
  position: relative;
  white-space: normal;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px;
}
#HelperDivContainer .Ornament {
  width: 220px;
}
#HelperDivContainer #HelperDivText {
  text-align: justify;
}
#HelperDivContainer #HelperDivText p {
  margin-bottom: 10px;
}
#MajorErrorBox {
  visibility: visible;
  margin-top: -80px;
  font-size: 9pt;
  font-weight: bold;
}

/* ------ */
/* FOOTER */
/* ------ */

#Footer {
  margin-top: 40px;
  position: relative;
  width: 100%;
  font-size: 7pt;
}
#SocialNetworks {
  margin: 20px;
}
#SocialNetworks img {
  width: 22px;
  height: 23px;
  margin: 2px;
}
