﻿
/* --------------------------------------------------------------------------------------------- */

#PhotoPlayRegistrationPageContainer
{
  background-color: #000000;
  background-image: url('Images/PageBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 680px;
  margin: auto;
  position: relative;
  width: 980px;
}

/* --------------------------------------------------------------------------------------------- */

#PhotoPlayRegistrationBoxContainer
{
  height: 640px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 940px;
}

#PhotoPlayRegistrationContentContainer
{
  height: 340px;
  left: 0px;
  position: absolute;
  width: 440px;
}

#PhotoPlayRegistrationFormContainer
{
  height: 340px;
  position: absolute;
  right: 0px;
  width: 440px;
}

/* --------------------------------------------------------------------------------------------- */

#PhotoPlaySloganLabel
{
  color: #FFEC00;
  font-size: 24px;
  font-weight: bold;
}

#PhotoPlayRegistrationBoxTitleLabel
{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}

#PhotoPlayRegistrationBoxHeaderLabel
{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}


/* --------------------------------------------------------------------------------------------- */


