@import url(/css/standard.css);

td.contact_gutter
{
  width:22px;
}

#form_main
{
  display:block;
  position:relative; 
  width:780px;
  float: none !important;
  min-height:28px;
  margin:0px;
  margin-left:38px;!important;
  margin-right:auto !important;
  clear:both; 
}

div.label_basic
{
  float:left;
  color:#555555;
  width:30px;
}

div.label_address
{
  float:left;
  color:#555555;
  width:55px;
}

div.label_basic_small
{
  float:left;
  color:#555555;
  width:40px;
  padding:0px;
  padding-left:10px;
}

div.label_city
{
  float:left;
  color:#555555;
  padding:0px;
  padding-left:10px;

  width:22px;
}

div.label_zip
{
  color:#555555;
  padding:0px;
  padding-left:10px;
  width:19px;
}

div.label_required
{
  float:left;
  color:#E92D1A;
  width:45px;
}

div.label_nighttime
{
  float:left;
  color:#555555;
  width:21px;
  padding:0px;
  padding-right:0px;
  
}

div.label_daytime
{
  float:left;
  color:#555555;
  width:21px;
  padding:0px;
  padding-right:21px;
  
}


.required
{
  color:#E92D1A;
}

.warn
{
  background-color:#E92D1A;  
}

.fail
{
  background-color:#FF3333;  
}

.win
{
  /* background-color:#85C934; */
}

#name
{
  width:268px; 
}

#email
{
  width:268px; 
}

#phone
{
  width:98px; 
  padding:0px;
  padding-right:21px;
}

#address
{
  width:348px; 
}

#city
{
  width:144px;
}

#zip
{
  width:48px;
}

#comment
{
  width:568px;
  height:84px;
}

#optional
{
  border-color:#bfbfbf;
  border-width:1px;
  border-style:solid;
}

#submit
{
  float:right;
}

.help_inline
{
  display:block;
  position:relative;
  top:5px;
  color:#CBB0B0;
  font-size:8pt;
  font-weight:100;
  padding:0px;
  padding-left:10px;
  padding-top:5px;
}

