#head nav ul,
#cnt .tabs .tab-links,
#head {
    zoom: 1;
}

header {
    z-index: 100;
}

#top-menu {
    position: relative;
    z-index: 101;
}
#cnt .new-form select {
    width: 184px;
    zoom: 1.2;
    font-size: 0.91em;
    background-image: none;
}

#cnt .client-form-grid > .col INPUT[type=number],
#cnt .client-form-grid > .col INPUT[type=text],
#cnt .client-form-grid > .col INPUT[type=email],
#cnt .client-form-grid > .col INPUT[type=tel],
#cnt .client-form-grid > .col INPUT[type=password],
#cnt .client-form-grid > .col INPUT[type=date] {
    width: 208px;
}
#cnt .client-form-grid>.col-50 {
    width: 278px;
    float: left;
}
#cnt .client-form-grid>.col-100 {
    width: 442px;
}
#cnt .client-form-grid select {
    width: 222px;
    background-image: none;
}

#cnt .client-form .client-form-grid {
    margin: 0;
    padding-top: 15px;
}
/* #cnt .client-form .client-radio {
    width: 445px;
} */
/* #cnt .client-form .client-radio div {
    width: 25%;
    float: left;
} */
#cnt .client-form-grid > .col INPUT[type=number],
#cnt .client-form-grid > .col INPUT[type=text],
#cnt .client-form-grid > .col INPUT[type=email],
#cnt .client-form-grid > .col INPUT[type=tel],
#cnt .client-form-grid > .col INPUT[type=password],
#cnt .client-form-grid > .col INPUT[type=date] {
    width: 270px;
    /* width: 100%; */
}
#cnt .client-form-grid::after,
#cnt .client-form-grid>.col::after{
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    zoom: 1;
}
#cnt .client-form-grid>.col img {
    display: block;
}
#cnt .client-form-grid>.col-50 {
    width: 46%;
    float: left;
}
#cnt .client-form-grid>.col-50 input {
    width: 278px;
}
#cnt .client-form-grid>.col-100 {
    width: 100%;
    margin-left: -15px;
}
#cnt .client-form-grid>.col-100 textarea {
    width: 590px;
    margin: 0;
}
#cnt .client-form-grid select {
    width: 222px;
    background-image: none;
}
/* New form */
/* #cnt .new-form {
    border: 1px solid red;
} */
#cnt .new-form input[type=number],
#cnt .new-form input[type=text],
#cnt .new-form input[type=email],
#cnt .new-form input[type=tel],
#cnt .new-form input[type=password],
#cnt .new-form input[type=date] {
    width: 210px; 
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
}
#cnt .new-form textarea {
    width: 454px !important;
}
#cnt .new-form input.full {
    width: 444px;
}
#cnt .new-form  .first.all {
    width: 444px;
}