/* CSS Document */

#find-holiday
    {
        background-color: #F7F7F7;
    }
    
#find-holiday-box
    {
        border: solid 1px #A5AFB4;
        padding: 4px;
    }
    
#destination-title
    {
        font-weight: bold;
    }
    
#theme-title
    {
        font-weight: bold;
        padding-top: 10px;
    }
    
#contact-table td.contact-info
    {
        padding-bottom: 15px;
    }
    
#contact-drop select
    {
        width: 140px;
        margin-bottom: 5px;
    }
    
#newsletter
    {
        margin-top: 15px;
    }

table#destination-table input
    {
        padding: 0px 5px 0px 5px;
        background-color: #C10000;
        border: solid 1px #990000;
        color: #FFFFFF;
    }
    
#newsletter-image
    {
        padding: 10px;
        border: solid 1px #A5AFB4;
        background-color: #F7F7F7;
    }
    
.hidden
    {
        display: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

/* End of CSS Document */
