.icon_box {
    height: 4.5rem;
    width: 2.2rem;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 2.1rem 2.1rem;
    -moz-background-size: 2.1rem 2.1rem;
    background-size: 2.1rem 2.1rem;    
    vertical-align: left;
    margin-right: .5rem;
}

.icon_user{
    background-image: url(../../images/booking/user_ico.png);
}

.icon_location {
    background-image: url(../../images/booking/terminal_ico.png);
}

.icon_car {
    background-image: url(../../images/booking/car_ico.png);
}

.icon_time{
    background-image: url(../../images/booking/park_ico2.png);
}

.icon_bookingtime{
    background-image: url(../../images/booking/park_ico1.png);
}
