/* Rep Locator -------------------------------------------------------------- */        
    
#RepLocatorResults {
    padding: 20px 0;
}

.rep {
    float: left;
    width: 250px;
    margin-top: 20px;
    margin-right: 50px;
}    
        
.rep h3,
.rep p {
    padding-top: 0;
}    


#RepLocatorForm {
    padding-top: 10px;
}

form#RepLocator {
    margin-top: 20px;    
}

input#RepLocatorZip {
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;    
 }
 
form#RepLocator label {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;    
}

form#RepLocator .error {
    clear: left;
    padding: 0 0 10px 0;
    font-size: 12px;
    font-style: italic;
    color: #e90000;
}

