
/**
 * Community Inquiries / Contact Customer Care
 */

#contact-form #column1 {
  float: left;
}

#contact-form #column2 {
  float: left;
  margin-left: 12px;
}

#contact-form .label{
  padding-right: 5px;
  color: #666666;
}

#contact-form .red {
  color: #cc0000;
  font-weight: bold;
}

#contact-form .field {
  float: left;
  margin: 2px 0px;
  padding: 2px;
  background: #edebeb;
}

#contact-form .field INPUT {
  border: 1px solid #989898;
  color: #000000;
  font-size: 11px;
  padding: 2px;
}

#contact-form .field SELECT {
  border: 1px solid #989898;
  color: #000000;
  font-size: 11px;
  padding: 2px;
}

#contact-form .submit {
  clear: both;
  text-align: right;
}

#contact-form #divider {
  float: left;
  margin-left: 10px;
  margin-top: -10px;
  width: 1px;
  height: 240px;
  background: url('/images/bgs/vertical_divider.gif');
}

#contact-form #column2 .checkbox {
  float: left;
  width: 90px;
}

#contact-form #contentbox {
  margin-bottom: 20px;
  border-top: 2px solid #cc0000;
  background: url('/images/bgs/form_gradient.gif') left top repeat-x;
}

#contact-form #contentbox .padding {
  border: 1px solid #ececef;
  padding: 10px 10px 10px 25px;
}

#contact-form #contentbox .left {
  float: left;
  width: 625px;
}

#contact-form #contentbox .right {
  float: right;
  width: 296px;
  background: url('/images/bgs/captcha_bg.gif') repeat-x;
}

#contact-form #contentbox .right .padding {
  border: 1px solid #e8e8e8;
  padding: 4px 15px 15px 15px;
}

#contact-form #contentbox .right P {
  margin: 8px 0px;
}

#contact-form #contentbox .right A {
  display: block;
  padding-left: 9px;
  color: #666666;
  line-height: 18px;
}

#contact-form #contentbox .right A:hover {
  color: #cc0000;
  background: url('/images/arrow.gif') left center no-repeat;
}

#contact-form #contentbox .right A.active,
#contact-form #contentbox .right A.active:hover {
  background: url('/images/arrow.gif') left center no-repeat;
  color: #cc0000;
  font-weight: bold;
}

#contact-form #captcha {
  width: 150px; 
  height: 42px; 
  border: 1px solid #cccccc;
}

#contact-form .button {
  width: 130px;
}


/**
 * Emergency Numbers
 */

#emergency-numbers #left {
  float: left;
  width: 630px;
  margin-left: 10px;
}

#emergency-numbers #right {
  float: right;
  width: 300px;
}

#emergency-numbers #right .padding {
  border: 1px solid #e8e8e8;
  background: #fcfcfc;
  padding: 4px 15px 15px 15px;
}

#emergency-numbers #right P {
  margin: 8px 0px;
}

#emergency-numbers #right A {
  display: block;
  padding-left: 9px;
  color: #666666;
  line-height: 18px;
}

#emergency-numbers #right A:hover {
  color: #cc0000;
  background: url('../images/arrow.gif') left center no-repeat;
}

#emergency-numbers #right A.active,
#emergency-numbers #right A.active:hover {
  background: url('../images/arrow.gif') left center no-repeat;
  color: #cc0000;
  font-weight: bold;
}

#emergency-numbers TABLE {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddcdb;
  margin: 16px 0px;
}

#emergency-numbers TABLE B,
#emergency-numbers TABLE STRONG {
  color: #666666;
}

#emergency-numbers TABLE TR TH,
#emergency-numbers TABLE TR TD {
  padding: 6px 12px;
  border-bottom: 1px solid #f0f0ef;
}

#emergency-numbers TABLE TR TH {
  width: 166px;
  color: #0068a6;
  background: #f8f8f7;
}

#emergency-numbers TABLE TR TD {
  background: #fcfcfc;
}
