﻿
/* --------------------------------------------------------------------------------------------- */

.RequiredFieldValidator
{
  font-size: 8pt;
  color: #FF7107;
}

/* --------------------------------------------------------------------------------------------- */

.TerminalContentBoxTable
{
  border-collapse: collapse;
  width: 390px;
}

.TerminalContentBoxTable tr
{
  height: 36px;
}

/* --------------------------------------------------------------------------------------------- */

.TerminalLoginBoxContainer
{
  background-image: url('Images/TerminalLoginBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 300px;
  left: 40px;
  position: absolute;
  top: 10px;
  width: 920px;
}

.LeftTerminalLoginBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #404040;
  height: 240px;
  left: 0px; 
  overflow: hidden;
  padding: 30px 20px 20px 40px;
  position: absolute;
  top: 0px;
  width: 400px;
}

.RightTerminalLoginBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #000000;
  height: 240px;
  left: 460px; 
  overflow: hidden;
  padding: 30px 40px 20px 20px;
  position: absolute;
  top: 0px;
  width: 400px;
}

/* --------------------------------------------------------------------------------------------- */

.TerminalRegistrationBoxContainer
{
  background-image: url('Images/TerminalRegistrationBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 300px;
  left: 40px;
  position: absolute;
  top: 10px;
  width: 920px;
}

.LeftTerminalRegistrationBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #000000;
  height: 240px;
  left: 0px; 
  overflow: hidden;
  padding: 30px 20px 20px 40px;
  position: absolute;
  top: 0px;
  width: 400px;
}

.RightTerminalRegistrationBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #404040;
  height: 240px;
  left: 460px; 
  line-height: 16px;
  overflow: hidden;
  padding: 35px 40px 20px 40px;
  position: absolute;
  top: 0px;
  width: 385px;
}

/* --------------------------------------------------------------------------------------------- */

.TerminalRegistrationBoxCaptionLabel
{
  color: #000000;
  font-size: 18pt;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */

.LuckyCardRegistrationBoxContainer
{
  background-image: url('Images/LuckyCardRegistrationBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 300px;
  left: 40px;
  position: absolute;
  top: 10px;
  width: 920px;
}

.RightLuckyCardRegistrationBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #404040;
  height: 260px;
  left: 480px; 
  line-height: 16px;
  overflow: hidden;
  padding: 20px 40px 20px 20px;
  position: absolute;
  top: 0px;
  width: 380px;
}

/* --------------------------------------------------------------------------------------------- */
