
input#datepicker, input#datepicker1 {
  padding: 10px 9px 10px 9px;
    border: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #c5c2c2;
    width: 100%;
    color: #9C9C9C;
    font-size: 14px;
    border-radius: 2px;margin-top: 4px;
}
.date {
    background: url(../images/box.png) no-repeat 94% 50% #FFF;
}
.date1 {
    background: url(../images/box1.png) no-repeat 94% 50% #FFF;
}