/*Added by Cristy for Case 02289669 on 11/30*/
#mce-EMAIL {
position: relative;
left: 0;
}
input[type="email"]{
    width:100%;
    border:1px solid #ccc;
    background:#f8f8f8;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    resize:none;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

