﻿/*******************************************************************
 *  ContactUsControl.ascx
 *******************************************************************/.contactus_formfieldtitle {
  font-size: 12px;
  white-space: nowrap;
}
.contactus_formfield {
  border-style: solid;
  border-width: 1px;
  margin: 0px 0px 0px 0px;
}
.contactus_row {
  padding-top: 12px;
}
/* row 1 - name */.contactus_cell_first_name_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_first_name_ctrl {
  text-align: right;
  width: 132px;
}
.contactus_cell_first_name_ctrl input {
  width: 122px;
}
.contactus_cell_family_name_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 68px;
}
.contactus_cell_family_name_ctrl {
  text-align: left;
}
.contactus_cell_family_name_ctrl input {
  width: 122px;
}
/* row 2 - id & subject */.contactus_cell_id_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_id_ctrl {
  text-align: right;
  width: 132px;
}
.contactus_cell_id_ctrl input {
  width: 122px;
}
.contactus_cell_subject_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 68px;
}
.contactus_cell_subject_ctrl {
  text-align: left;
}
.contactus_cell_subject_ctrl select {
  width: 122px;
}
/* row 3 - entity ID */.contactus_cell_entityid_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 148px;
}
.contactus_cell_entityid_ctrl {
  text-align: left;
}
.contactus_cell_entityid_ctrl input {
  width: 234px;
}
/* row 4 - address */.contactus_cell_address_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_address_ctrl {
  text-align: left;
}
.contactus_cell_address_ctrl input {
  width: 324px;
}
/* row 5 - gush/helka/migrash */.contactus_cell_gush_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_gush_ctrl {
  text-align: right;
  width: 85px;
}
.contactus_cell_gush_ctrl input {
  width: 75px;
}
.contactus_cell_helka_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 36px;
}
.contactus_cell_helka_ctrl {
  text-align: right;
  width: 85px;
}
.contactus_cell_helka_ctrl input {
  width: 75px;
}
.contactus_cell_migrash_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 36px;
}
.contactus_cell_migrash_ctrl {
  text-align: left;
}
.contactus_cell_migrash_ctrl input {
  width: 75px;
}
/* row 6 - phone numbers */.contactus_cell_phone_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_phone_ctrl {
  text-align: right;
  width: 136px;
}
.contactus_cell_phone_ctrl input {
  width: 128px;
}
.contactus_cell_cellular_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 44px;
}
.contactus_cell_cellular_ctrl {
  text-align: left;
}
.contactus_cell_cellular_ctrl input {
  width: 142px;
}
/* row 7 - fax number */.contactus_cell_fax_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_fax_ctrl {
  text-align: right;
}
.contactus_cell_fax_ctrl input {
  width: 128px;
}
/* row 8 - email */.contactus_cell_email_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
}
.contactus_cell_email_ctrl {
  text-align: left;
}
.contactus_cell_email_ctrl input {
  width: 323px;
}
/* row 9 - message */.contactus_cell_message_title {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 75px;
  vertical-align: top;
  padding-top: 3px;
}
.contactus_cell_message_ctrl {
  text-align: left;
}
.contactus_cell_message_ctrl textarea {
  width: 308px;
}
