.un_contact_branner {
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.50) 0%, rgba(41, 41, 41, 0.50) 100%), url("../assets/images/telephoneIndex/bg_banner_contact.png") lightgray 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.un_form {
    padding-top: 50px;
}


table {
  table-layout: fixed;
  width: 100%;
  *margin-left: -100px; /*ie7*/
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px;
    /*ie7*/
}

td,
th {
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding: 10px;
  width: 100px;
}
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding: 10px;
    width: 100px;
}


.un_border32 {
    border-radius: 32px;
}
