input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
width:350px;
}
select {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    outline: 0;
    height: 35px;
}