/**
 * $Date: 2010/01/28 23:36:21 $
 * $Revision: 1.18 $
 * $Source: /home/cvs/bestcar-insurancesite.com/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 760px;
  width: 760px;
  margin: 10px auto; 
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img, fieldset
{
  border: none;
}

a, a:link, a:visited, a:hover
{
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

#header 
{
  left: 0px;
  width: 760px;
  height: 75px;
  background-image: url('../bin/graphics/logo.gif');
  background-repeat: no-repeat;
  cursor: pointer;
}

#landing
{
  text-align: left;
  width: 760px;
  height: 538px;
  background-image: url('../bin/graphics/background.jpg');
  background-repeat: no-repeat;
}

#landing h2
{
  color: #000;
  margin: 3px 0 5px 105px;
}

#landing form
{
  padding: 220px 0 0 170px;
}

#results
{
  width: 760px;
}

#results-hdr
{
  width: 760px;
  height: 70px;
  background-image: url('../bin/graphics/rsbg.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#state 
{
  margin: 0 0 10px 40px;
}

#zipcode 
{
  margin: 0 0 10px 75px;
}

#submit 
{
  background:  url(../bin/graphics/button.jpg) no-repeat left top;
  width: 146px;
  height: 32px;
  margin: 0px 0 0 76px;
  padding: 0;
  border: 0;
  color: transparent;
  float: left;
}

#privacy
{
  text-align: left;
}

#footer 
{
  width: 760px;
}




