﻿.intro-container
{
  width:520px;
}

.dealer-intro 
{
  float:left;
  width:220px;
  height:110px;
  line-height:12px;
  padding:10px 0px 0 10px;
}
.dealer-intro strong 
{
   margin-bottom:5px;
   display:block;
}

.or
{
  float:left;
  width:80px;
  margin-top:30px;
  padding-top:15px;
  padding-bottom:10px;
  font-weight:bold;
  text-align:center;
  font-size:13px;
  background-color:#B4BBB7;
}

.guest 
{
  float:left;
  margin-top:10px;
  margin-left:25px;
  height:110px;
  text-align:center;
  font-weight:bold;
} 

.login-table 
{
  width:520px;
  float:left;
  padding-top: 5px;
}


.dealer-login
{
  height:100px;
}

.dealer-login table 
{
  background-color:#B4BBB7;
  color:#000;
}

.dealer-login td.buttons 
{
  text-align:center;
  padding:15px 0 0 65px;
}
.dealer-login td.forgot 
{
  padding-left:80px;
  padding-top:5px;
}
.dealer-login div.underline 
{ 
  border-bottom:1px solid #c12a0f;
  width:120px;
  text-align:center;
  height:26px;
}
.dealer-login input.forgot
{
  border:none;
  width:120px;
  height:16px;
  background:transparent;
  color:#c12a0f;
  margin-top:10px;
}
.guest-login input.guest 
{
  margin-left:60px;
  width:135px;
  height:20px;
  background-color:#B4BBB7;
}

.guest-login 
{
  width:255px;
  height:110px;
  text-align:right;
}

.forgot-container 
{
  width:520px;
  padding-bottom:30px;
}

.forgot-intro 
{
  width:520px;
  float:left;
  text-align:left;
  padding-bottom:10px;
}

.forgot-container table 
{
  float:left;
  width:520px;
}

.login 
{
  width:220px;
}

.forgotsubmit 
{
  margin-left:15px;
  vertical-align:middle;
}

table.forgot 
{
  width:400px;
  background-color:#B4BBB7;
}


