﻿
p.error_message {
    color: red !important;
    margin-top:0;
    font-style:normal !important;
    font-weight:normal !important;
}

.navmenuitemhidden {    
    background-color:#000;
    color:gray;    
    text-align:center;
    font-style:italic;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    border: 3px solid #000;
}

.navmenuitemshown {    
    background-color:#e01c26;
    color:#fff;    
    text-align:center;
    font-style:italic;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    border: 3px solid #000;
}
#map {
    width: 600px;
    height: 400px;
    margin: 0 auto;   
    border: #bcbcbc solid 1px;
}

.serviceslist ul li{
    text-decoration: none;
    list-style: none !important;
}

#additionalinfo {
    width:37%;
    height: 100px;
}

.lbl_locationname {
    font-weight: bold;
    font-size: 16px;
}

.columns fieldset input[type=text]#eztfs_dropoffdate.hasDatepicker, .columns fieldset input[type=text]#eztfs-pickupdate.hasDatepicker { width: 100%; display: block; }

