﻿/* Minor Adjustments for the site changes for database migragion */

/* Contact Form */
#content table.form-table table,
#content table.form-table
{
    /* margin: 0 0 1em; */
}
table#ctl00_MainUfpContent_tblHTB input
{
    margin-right: 1em;
}
.validation-error 
{
    color: #DD530F;   
}
/* How to buy Results */
#content table#ctl00_MainUfpContent_tblResults
{
    margin: 0;
}
.align-right 
{
    padding: 1em;
}

/* Plant Finder Modifications */
.secondary-nav li a
{
    display: inline;    
}
#content select
{
    padding-left: 0;
}
#content .location-other ul
{
    list-style: none;
    padding: 0;
    margin: 0;
} 
#content .location-other ul li
{
    padding: .5em 0;
    margin: 0;
    list-style: none;
}

/* Postcaps - Where to buy */
#content p 
{
    position: relative;
}
#content .postcaps-wtb-input
{
    position: absolute;
    left: 300px;
    top: 1px;
}
