﻿/*
 * this overrides the ssi.css #content-left style
 */
#content-left
{
    width: 400px;
}

#content-left fieldset
{
    float: left;
    position: relative;
    width: 100%;
    border: 0px;
}

#content-left label
{
    float: left;
    position: relative;
    width: 100px;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 13px;
}

#content-left input, #content-left textarea
{
    float: left;
    position: relative;
    width: 290px;
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid rgb(0, 0, 0);
    
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

#content-left textarea
{
    width: 290px;
    height: 200px;
}

#content-left #submit, #content-left #cancel
{
    float: right;
    position: relative;
    margin: 0 auto;
    height: 20px;
    width: 100px;
    padding: 4px;
    background: rgb(192, 192, 192);
    border: 1px outset rgb(200, 200, 200);
    
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;

    cursor: pointer;
    
}

    #content-left #submit:hover, #content-left #cancel:hover
    {
       background: rgb(220, 220, 220);
    } 
    
    #content-left #submit
    {
        margin-right: 20px;
    }

/*
 * contact-highlight
 */
#contact-highlight
{
    margin-top: -8px;
} 
