.unsubFormBox_im input[type="button"]#btnSubmit {
      border: 1px solid #96dee2;
    background-color: #ffffff;
    text-align: center;
      width: 410px;
  height: 45px;
    color: #96dee2;
  font-family: "Poppins Bold";
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin-left:100px;
}

    .unsubFormBox_im input[type="button"]#btnSubmit:hover {
        background-color: #ffffff;
    }

.site_m_wrap {
    width: 1160px;
    background: #FFFFFF;
    height: 272px;
}

.site_m_top {
    width: 950px;
    height: 25px;
    /*background-image:url(../Images/Corporate/top_box.png);
	background-repeat:no-repeat;*/
}

.site_m_con {
    width: 1060px;
    padding: 0px;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}

    .site_m_con h3 {
        padding: 0px;
        margin: 0px 0px 5px 0px;
        text-align: left;
        color: #0c317a;
        font-family: "Poppins Bold";
        font-size: 14px;
        font-weight: 900;
        line-height: 17px;
    }

    .site_m_con h4 {
        color: #01527D;
        font-size: 14px;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        text-align: left;
    }

    .site_m_con p {
        padding: 0px 0px 10px 0px;
        margin: 0px;
        text-align: left;
        font-family: Rokkitt;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

.site_m_foot {
    width: 950px;
    height: 25px;
    /*background-image:url(../Images/Corporate/foot_box.png);
	background-repeat:no-repeat;*/
}

.con_box {
    padding: 20px 5px 0px 5px;
}

    .con_box p {
        font-size: 11px;
        padding: 0px 0px 10px 0px;
    }

    .con_box h6 {
        font-size: 14px;
        padding: 0px 0px 3px 0px;
    }

.contentCenter {
    text-align: center;
    margin: 5px 0px 0px 35px;
    line-height: 1.5em;
}

.advetisercopy {
    display: none;
}

.emailtext {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    color: #666666;
}

.unsubFormBox_im {
    border-color: #979797;
    margin: 0 auto;
    width: 540px;
    width: 550px;
    height: 45px;
    padding: 25px 101px 0px 0px;
    color: #323232;
    font-family: Rokkitt;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

input.unsubFormField_im {
    margin: 0 10px;
    width: 410px;
    height: 45px;
      color: #9b9b9b;
  font-family: "Poppins Bold";
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  padding-left:8px;
}

.unsubFormField_im {
    width: 250px;
}

.unsubFormBox_im p {
    color: #626262;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin: 0px 0 5px 0px;
}

    .unsubFormBox_im p.select_title_im {
        text-align: left;
        margin: 15px 0 10px 50px;
        line-height: 25px;
    }

.unsubFormBox_im input[type='radio'] {
    background: #eee;
    outline: 1px solid #a8a8a8;
    border: 2px solid #eee;
    width: 10px;
    height: 10px;
    margin: 0px 4px 0px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .unsubFormBox_im input[type='radio']:checked {
        background: #484848;
    }

.unsubFormBox_im input[type="number"] {
    width: 30px;
    margin: 0 4px 0 6px;
}

.unsubFormBox_im span {
    font-size: 1em;
    padding: 0px 10px 0px 2px;
    line-height: 1em;
    color: #626262;
    font-weight: normal;
}

.conBox .text .unsubFormBox_im p {
    padding: 10px 0 25px 0;
    font-size: 14px;
}

.select_title_im p {
    line-height: 15px;
}

.strike_im {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 30px;
}

    .strike_im > span {
        position: relative;
        display: inline-block;
    }

        .strike_im > span:before,
        .strike_im > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #a8a8a8;
        }

        .strike_im > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike_im > span:after {
            left: 100%;
            margin-left: 15px;
        }
