/* Contact Form */
#table_contact .textfield {
  width             : 200px;
  height            : 15px;
  color             : #999;
  background-color  : #333;
  border-style      : solid;
  border-width      : 1px 1px 1px 1px;
  border-color      : #666;
}

#table_contact .email {
  width             : 90px;
  height            : 15px;
  color             : #999;
  background-color  : #333;
  border-style      : solid;
  border-width      : 1px 1px 1px 1px;
  border-color      : #666;
}


#table_contact textarea {
  width             : 200px;
  height            : 100px;
  font-family       : verdana, arial;
  font-size         : 10pt;
  overflow: auto;
  color             : #999;
  background-color  : #333;
  border-style      : solid;
  border-width      : 1px 1px 1px 1px;
  border-color      : #666;
}

#table_contact select {
  width             : 40px;
  color             : #999;
  background-color  : #333;
  border-style      : solid;
  border-width      : 1px 1px 1px 1px;
  border-color      : #666;
}

#table_contact td {
  font-size: 11px;
}

.tr_fields {
  height            : 30px;
}

.td_left {
  width             : 100px;
}

#tr_textarea {
  height            : 116px;
}

#contact_submit {
  width             : 60px;
  height            : 17px;
}
