/*
bridge.css - advisor.leipsic.ca / www.leipsic.ca

This file provides a bridge to the styles on advisor from www. It is used for 
the contact form.

link: http://www.notiondesign.ca
copyright: 2008 Notion Design
author: Andrew Hughesman
================================*/

@import "forms.css";

.Right {
    float: right;
}

.Left {
    float: left;
}

.SpaceRight {
    margin-right: 10px;
}

#ContactFormContainer {
    margin: 75px 50px 0 50px;
}

#ContactPreference-E-mail, #ContactPreference-Phone {
    display: inline!important;
}

/* === CLEARING === */

.Clear:after, .ButtonsContainer:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    border: none;
}

/* === IE CLEARING === */

.ButtonsContainer, .Clear, .InlineRadios
{
    overflow: hidden;
    zoom: 1;
}