﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/*
This contains exceptions for pages w/o needing to use a seperate theme folder.
Keep the 1_Core folder clean of these exceptions so that it can define the basic
top-down layout, fonts, and colors for the site.

*/

/* ContactUsForm */
div#ContactUsForm
{
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #ccc;
}

/*  ContactUsForm
----------------------------------------------- 
div#ContactUsForm
{
    width: 450px;
    margin: 0px auto;
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #ccc;
}*/

