﻿
input[type="text"]{
    padding-left: 15px !important;
}

input[type="email"]{
    padding-left: 15px !important;
}


.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, 
.Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo,
.Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
    display: none;
}

span.ValidationMessage {
    display: none;
}
