﻿#LoginTable
{
  background-color: transparent;
  border-collapse: collapse;
  color: #444444;
  width: 768px;
  margin: auto;
}

#LoginTableInner
{
  background-color: #ffffff;
  width: 767px;
  clear: both;
}

#LoginTableInner .textbox
{
  padding: 2px;
  width: 300px;
}

#LoginTableInner .RegistrationFormText
{
  padding: 5px;
  text-align: left;
}

.LegendImage
{
  float: none;
}

.LoginContainer,
.LoginStartContainer,
.RegistrationContainer
{
  background-color: Transparent;
  border-top: solid 6px #ffffff;
}

.LoginContent,
.LoginStartContent,
.RegistrationContent
{
  margin-top: 3px;
}

.LoginContent,
.RegistrationContent
{
  background: #d7d7d7 url("../images/project/GradientBg.gif") repeat-x scroll 0 0;
  width: 808px;
}

.RegistrationContentText
{
  padding: 5px;
}

.LoginArea
{
  background: transparent url("../images/project/LoginBg.gif") no-repeat scroll 0 0;
  border: solid 1px #e0e0e0;
  position: relative;
  float: left;
  width: 400px;
  height: 187px;
}

.LoginButton
{
  display: block;
  position: absolute;
  top: 106px;
  left: 149px;
  width: 223px;
  height: 49px;
}

#LoginButton
{
  background: url("../images/project/LoginButton.gif") no-repeat scroll 0 0;
}

#LoginButton:hover
{
  background: url("../images/project/LoginButtonOver.gif") no-repeat scroll 0 0;
}

.RegisterArea
{
  background: transparent url("../images/project/RegisterBg.gif") no-repeat scroll 0 0;
  border: solid 1px #e0e0e0;
  position: relative;
  float: right;
  width: 400px;
  height: 187px;
}

.RegisterButton
{
  display: block;
  position: absolute;
  top: 106px;
  left: 153px;
  width: 223px;
  height: 49px;
}

#RegisterButton
{
  background: url("../images/project/RegisterButton.gif") no-repeat scroll 0 0;
}

#RegisterButton:hover
{
  background: url("../images/project/RegisterButtonOver.gif") no-repeat scroll 0 0;
}

#LoginButton span,
#RegisterButton span
{
  display: none;
}

img
{
  border-style: none;
}

.ProblemContainer
{
  background: transparent url("../images/project/ProblemsBg.gif") repeat-x scroll 0 0;
  border: solid 1px #e0e0e0;
  width: 806px;
  height: 101px;
  margin-top: 3px;
  margin-bottom: 2px;
}

.HeaderImage
{
  margin: 5px;
}

p
{
  color: #1b1464;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding: 5px;
}

