﻿body 
{
  background: #F0F0F0;
  padding: 0px;  
  margin: 0px;
}

#loginContainer
{
  position:absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 200px;
  margin-top: -120px; 
  margin-left: -260px;     
  
}

#registerContainer
{
  position:absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 400px;
  margin-top: -200px; 
  margin-left: -300px;
}


#loginBox
{
  position:relative;
  left: 0;
  top: 0;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  border:5px solid #CCCCCC;
  background-color: white;  
}

#needAccount
{
  font-family: Tahoma, Arial;
  font-size:11px;
  color:Black;
  position:absolute;
  left: 43%;
  top: 105%;  
  text-align:right;
}
#haveAccount
{
  font-family: Tahoma, Arial;
  font-size:11px;
  color:Black;
  position:absolute;
  left: 64%;
  top: 105%;  
  text-align:right;
}


td
{
  font-family: Tahoma, Arial;
  font-size:11px;
  color:Black;
}
a, a:active, a:visited
{
  font-size: 11px;
  font-family: tahoma;
  color: #0000FF;
  text-decoration:underline;
}
a:hover
{
  text-decoration:none;
}

span.msg
{
  font-size: 11px;
  font-family: tahoma;
  color: red;
  font-weight: bold;      
}

input, select
{
  font-size:11px;
  font-family:Tahoma;
}