/* sendSms.css start*/
.sendSmsShadow {
    padding: 10px;
    width: 280px;
    text-align: center;
}

.sendSmsShadow input,
.sendSmsShadow img {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}

.sendSmsShadow input {
    border: 1px solid #e6e6e6;
    width: 120px;
    margin-right: 10px;
    padding-left: 10px;
    font-size: 16px;
}

.sendSmsShadow a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin: 13px 6px 0;
    padding: 2px 10px;
    border: 1px solid #4898d5;
    background-color: #2e8ded;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

/* sendSms.css end*/